AccessEntryType

class aws_cdk.aws_eks.AccessEntryType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

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

Enum:

true

Attributes

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.