| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PidMode |
TaskDefinitionProps.getPidMode()
The process namespace to use for the containers in the task.
|
PidMode |
TaskDefinitionProps.Jsii$Proxy.getPidMode() |
default PidMode |
Ec2TaskDefinitionProps.getPidMode()
The process namespace to use for the containers in the task.
|
PidMode |
Ec2TaskDefinitionProps.Jsii$Proxy.getPidMode() |
static PidMode |
PidMode.valueOf(String name)
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 Type | Method and Description |
|---|---|
TaskDefinitionProps.Builder |
TaskDefinitionProps.Builder.pidMode(PidMode pidMode)
Sets the value of
TaskDefinitionProps.getPidMode() |
TaskDefinition.Builder |
TaskDefinition.Builder.pidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
Ec2TaskDefinitionProps.Builder |
Ec2TaskDefinitionProps.Builder.pidMode(PidMode pidMode)
Sets the value of
Ec2TaskDefinitionProps.getPidMode() |
Ec2TaskDefinition.Builder |
Ec2TaskDefinition.Builder.pidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
Copyright © 2022. All rights reserved.