Module: AWSCDK::EKS::AuthenticationMode

Defined in:
eks/authentication_mode.rb

Overview

Represents the authentication mode for an Amazon EKS cluster.

Constant Summary collapse

CONFIG_MAP =
Deprecated.
Note:

Default:

Authenticates using a Kubernetes ConfigMap.

Jsii::Enum.new("aws-cdk-lib.aws_eks.AuthenticationMode", "CONFIG_MAP")
API_AND_CONFIG_MAP =
Deprecated.
Note:

Default:

Authenticates using both the Kubernetes API server and a ConfigMap.

Jsii::Enum.new("aws-cdk-lib.aws_eks.AuthenticationMode", "API_AND_CONFIG_MAP")
API =
Deprecated.
Note:

Default:

Authenticates using the Kubernetes API server.

Jsii::Enum.new("aws-cdk-lib.aws_eks.AuthenticationMode", "API")