| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
NetworkMode |
FargateTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode() |
default NetworkMode |
TaskDefinitionProps.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
TaskDefinitionProps.Jsii$Proxy.getNetworkMode() |
NetworkMode |
IFargateTaskDefinition.Jsii$Proxy.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
default NetworkMode |
IFargateTaskDefinition.Jsii$Default.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
default NetworkMode |
CommonTaskDefinitionAttributes.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
CommonTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode() |
NetworkMode |
IEc2TaskDefinition.Jsii$Proxy.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
default NetworkMode |
IEc2TaskDefinition.Jsii$Default.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
TaskDefinitionAttributes.Jsii$Proxy.getNetworkMode() |
NetworkMode |
Ec2TaskDefinitionAttributes.Jsii$Proxy.getNetworkMode() |
NetworkMode |
FargateTaskDefinition.getNetworkMode()
(experimental) The Docker networking mode to use for the containers in the task.
|
NetworkMode |
TaskDefinition.getNetworkMode()
(experimental) The 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() |
NetworkMode |
ITaskDefinition.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
NetworkMode |
ITaskDefinition.Jsii$Proxy.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
default NetworkMode |
ITaskDefinition.Jsii$Default.getNetworkMode()
(experimental) The networking mode to use for the containers in the task.
|
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.
|
| Constructor and Description |
|---|
Jsii$Proxy(Compatibility compatibility,
String cpu,
List<? extends InferenceAccelerator> inferenceAccelerators,
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(Compatibility compatibility,
String taskDefinitionArn,
NetworkMode networkMode,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
TaskDefinitionAttributes.Builder. |
Jsii$Proxy(List<? extends InferenceAccelerator> inferenceAccelerators,
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. |
Jsii$Proxy(String taskDefinitionArn,
NetworkMode networkMode,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
FargateTaskDefinitionAttributes.Builder. |
Jsii$Proxy(String taskDefinitionArn,
NetworkMode networkMode,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
CommonTaskDefinitionAttributes.Builder. |
Jsii$Proxy(String taskDefinitionArn,
NetworkMode networkMode,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
Ec2TaskDefinitionAttributes.Builder. |
Copyright © 2021. All rights reserved.