Uses of Enum
software.amazon.awscdk.services.ecs.IpcMode
-
Uses of IpcMode in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault IpcMode
Ec2TaskDefinitionProps.getIpcMode()
The IPC resource namespace to use for the containers in the task.final IpcMode
Ec2TaskDefinitionProps.Jsii$Proxy.getIpcMode()
default IpcMode
TaskDefinitionProps.getIpcMode()
The IPC resource namespace to use for the containers in the task.final IpcMode
TaskDefinitionProps.Jsii$Proxy.getIpcMode()
static IpcMode
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 TypeMethodDescriptionThe IPC resource namespace to use for the containers in the task.Sets the value ofEc2TaskDefinitionProps.getIpcMode()
The IPC resource namespace to use for the containers in the task.Sets the value ofTaskDefinitionProps.getIpcMode()