@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:10.681Z")
public interface Host
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 java.lang.String |
getSourcePath()
Specifies the path on the host container instance that is presented to the container.
|
default java.lang.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.
static Host.Builder builder()
Host.Builder
of Host