| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
| Modifier and Type | Method and Description |
|---|---|
NetworkMode |
TaskDefinition.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
FargateTaskDefinition.getNetworkMode()
(experimental) The Docker networking mode to use for the containers in the task.
|
default NetworkMode |
Ec2TaskDefinitionProps.getNetworkMode()
(experimental) The Docker networking mode to use for the containers in the task.
|
NetworkMode |
Ec2TaskDefinitionProps.Jsii$Proxy.getNetworkMode() |
default NetworkMode |
TaskDefinitionProps.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
TaskDefinitionProps.Jsii$Proxy.getNetworkMode() |
static NetworkMode |
NetworkMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkMode[] |
NetworkMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Ec2TaskDefinition.Builder |
Ec2TaskDefinition.Builder.networkMode(NetworkMode networkMode)
(experimental) The Docker networking mode to use for the containers in the task.
|
TaskDefinition.Builder |
TaskDefinition.Builder.networkMode(NetworkMode networkMode)
(experimental) The networking mode to use for the containers in the task.
|
Ec2TaskDefinitionProps.Builder |
Ec2TaskDefinitionProps.Builder.networkMode(NetworkMode networkMode)
Sets the value of
Ec2TaskDefinitionProps.getNetworkMode() |
TaskDefinitionProps.Builder |
TaskDefinitionProps.Builder.networkMode(NetworkMode networkMode)
Sets the value of
TaskDefinitionProps.getNetworkMode() |
| Constructor and Description |
|---|
Jsii$Proxy(Compatibility compatibility,
String cpu,
IpcMode ipcMode,
String memoryMiB,
NetworkMode networkMode,
PidMode pidMode,
List<? extends PlacementConstraint> placementConstraints,
IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
TaskDefinitionProps.Builder. |
Jsii$Proxy(IpcMode ipcMode,
NetworkMode networkMode,
PidMode pidMode,
List<? extends PlacementConstraint> placementConstraints,
IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
Ec2TaskDefinitionProps.Builder. |
Copyright © 2020. All rights reserved.