Show / Hide Table of Contents

Class IpcMode

The IPC resource namespace to use for the containers in the task.

Inheritance
System.Object
IpcMode
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public sealed class IpcMode : Enum
Syntax (vb)
Public NotInheritable Class IpcMode
    Inherits

     Enum

Synopsis

Fields

HOST

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

NONE

If none is specified, then IPC resources within the containers of a task are private and not shared with other containers in a task or on the container instance.

TASK

If task is specified, all containers within the specified task share the same IPC resources.

value__

Fields

HOST

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

public const IpcMode HOST
Field Value
Type Description
IpcMode

NONE

If none is specified, then IPC resources within the containers of a task are private and not shared with other containers in a task or on the container instance.

public const IpcMode NONE
Field Value
Type Description
IpcMode

TASK

If task is specified, all containers within the specified task share the same IPC resources.

public const IpcMode TASK
Field Value
Type Description
IpcMode

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX