Uses of Enum Class
software.amazon.awscdk.services.ecs.IpcMode
Packages that use IpcMode
-
Uses of IpcMode in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return IpcModeModifier 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 class with the specified name.static IpcMode[]
IpcMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type IpcModeModifier 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()