Uses of Enum
software.amazon.awscdk.services.eks.AuthenticationMode
-
Uses of AuthenticationMode in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionCluster.getAuthenticationMode()
The authentication mode for the Amazon EKS cluster.default AuthenticationMode
ClusterOptions.getAuthenticationMode()
The desired authentication mode for the cluster.final AuthenticationMode
ClusterOptions.Jsii$Proxy.getAuthenticationMode()
final AuthenticationMode
ClusterProps.Jsii$Proxy.getAuthenticationMode()
final AuthenticationMode
FargateClusterProps.Jsii$Proxy.getAuthenticationMode()
default AuthenticationMode
ICluster.getAuthenticationMode()
The authentication mode for the cluster.default AuthenticationMode
ICluster.Jsii$Default.getAuthenticationMode()
The authentication mode for the cluster.final AuthenticationMode
ICluster.Jsii$Proxy.getAuthenticationMode()
The authentication mode for the cluster.static AuthenticationMode
Returns the enum constant of this type with the specified name.static AuthenticationMode[]
AuthenticationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCluster.Builder.authenticationMode
(AuthenticationMode authenticationMode) The desired authentication mode for the cluster.ClusterOptions.Builder.authenticationMode
(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()
ClusterProps.Builder.authenticationMode
(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()
FargateCluster.Builder.authenticationMode
(AuthenticationMode authenticationMode) The desired authentication mode for the cluster.FargateClusterProps.Builder.authenticationMode
(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()