Uses of Enum
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 IpcModeEc2TaskDefinitionProps.getIpcMode()The IPC resource namespace to use for the containers in the task.final IpcModeEc2TaskDefinitionProps.Jsii$Proxy.getIpcMode()default IpcModeTaskDefinitionProps.getIpcMode()The IPC resource namespace to use for the containers in the task.final IpcModeTaskDefinitionProps.Jsii$Proxy.getIpcMode()static IpcModeReturns 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.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()