aws-cdk-lib.aws_ecs.PidMode

enum PidMode

LanguageType name
.NETAmazon.CDK.AWS.ECS.PidMode
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecs#PidMode
Javasoftware.amazon.awscdk.services.ecs.PidMode
Pythonaws_cdk.aws_ecs.PidMode
TypeScript (source)aws-cdk-lib » aws_ecs » PidMode

The process namespace to use for the containers in the task.

Members

NameDescription
HOSTIf host is specified, then all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance.
TASKIf task is specified, all containers within the specified task share the same process namespace.

HOST

If host is specified, then all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance.


TASK

If task is specified, all containers within the specified task share the same process namespace.