Show / Hide Table of Contents

Enum AccessEntryType

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

Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum AccessEntryType
Syntax (vb)
Public Enum AccessEntryType
Remarks

Enum: true

Synopsis

Fields

EC2_LINUX

Represents an EC2 Linux access entry.

EC2_WINDOWS

Represents an EC2 Windows access entry.

FARGATE_LINUX

Represents a Fargate Linux access entry.

STANDARD

Represents a standard access entry.

Fields

Name Description
EC2_LINUX

Represents an EC2 Linux access entry.

EC2_WINDOWS

Represents an EC2 Windows access entry.

FARGATE_LINUX

Represents a Fargate Linux access entry.

STANDARD

Represents a standard access entry.

Back to top Generated by DocFX