| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default IpcMode |
TaskDefinitionProps.getIpcMode()
The IPC resource namespace to use for the containers in the task.
|
IpcMode |
TaskDefinitionProps.Jsii$Proxy.getIpcMode() |
default IpcMode |
Ec2TaskDefinitionProps.getIpcMode()
The IPC resource namespace to use for the containers in the task.
|
IpcMode |
Ec2TaskDefinitionProps.Jsii$Proxy.getIpcMode() |
static IpcMode |
IpcMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpcMode[] |
IpcMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDefinitionProps.Builder |
TaskDefinitionProps.Builder.ipcMode(IpcMode ipcMode)
Sets the value of
TaskDefinitionProps.getIpcMode() |
TaskDefinition.Builder |
TaskDefinition.Builder.ipcMode(IpcMode ipcMode)
The IPC resource namespace to use for the containers in the task.
|
Ec2TaskDefinitionProps.Builder |
Ec2TaskDefinitionProps.Builder.ipcMode(IpcMode ipcMode)
Sets the value of
Ec2TaskDefinitionProps.getIpcMode() |
Ec2TaskDefinition.Builder |
Ec2TaskDefinition.Builder.ipcMode(IpcMode ipcMode)
The IPC resource namespace to use for the containers in the task.
|
Copyright © 2022. All rights reserved.