Show / Hide Table of Contents

Enum AccessEntryType

(experimental) Represents the different types of access entries that can be used in an Amazon EKS cluster.

Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public enum AccessEntryType
Syntax (vb)
Public Enum AccessEntryType
Remarks

Stability: Experimental

Enum: true

Synopsis

Fields

EC2_LINUX

(experimental) Represents an EC2 Linux access entry.

EC2_WINDOWS

(experimental) Represents an EC2 Windows access entry.

FARGATE_LINUX

(experimental) Represents a Fargate Linux access entry.

STANDARD

(experimental) Represents a standard access entry.

Fields

Name Description
EC2_LINUX

(experimental) Represents an EC2 Linux access entry.

EC2_WINDOWS

(experimental) Represents an EC2 Windows access entry.

FARGATE_LINUX

(experimental) Represents a Fargate Linux access entry.

STANDARD

(experimental) Represents a standard access entry.

Back to top Generated by DocFX