Uses of Enum
software.amazon.awscdk.services.ecs.PidMode
-
Uses of PidMode in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault PidMode
Ec2TaskDefinitionProps.getPidMode()
The process namespace to use for the containers in the task.final PidMode
Ec2TaskDefinitionProps.Jsii$Proxy.getPidMode()
default PidMode
TaskDefinitionProps.getPidMode()
The process namespace to use for the containers in the task.final PidMode
TaskDefinitionProps.Jsii$Proxy.getPidMode()
static PidMode
Returns the enum constant of this type with the specified name.static PidMode[]
PidMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionThe process namespace to use for the containers in the task.Sets the value ofEc2TaskDefinitionProps.getPidMode()
The process namespace to use for the containers in the task.Sets the value ofTaskDefinitionProps.getPidMode()