@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.726Z") @Stability(value=Stable) public interface Host extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
Host host = Host.builder()
.sourcePath("sourcePath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Host.Builder
A builder for
Host |
static class |
Host.Jsii$Proxy
An implementation for
Host |
| Modifier and Type | Method and Description |
|---|---|
static Host.Builder |
builder() |
default String |
getSourcePath()
Specifies the path on the host container instance that is presented to the container.
|
@Stability(value=Stable) @Nullable default String getSourcePath()
If the sourcePath value does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
This property is not supported for tasks that use the Fargate launch type.
@Stability(value=Stable) static Host.Builder builder()
Host.Builder of HostCopyright © 2022. All rights reserved.