Class CfnCluster.AccessConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCluster.AccessConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.AccessConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.AccessConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.AccessConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.AccessConfigProperty
An implementation for
CfnCluster.AccessConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnCluster.AccessConfigProperty
CfnCluster.AccessConfigProperty.Builder, CfnCluster.AccessConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.AccessConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe desired authentication mode for the cluster.final ObjectSpecifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.AccessConfigProperty.Builder.
-
-
Method Details
-
getAuthenticationMode
Description copied from interface:CfnCluster.AccessConfigPropertyThe desired authentication mode for the cluster.If you create a cluster by using the EKS API, AWS SDKs, or AWS CloudFormation , the default is
CONFIG_MAP. If you create the cluster by using the AWS Management Console , the default value isAPI_AND_CONFIG_MAP.- Specified by:
getAuthenticationModein interfaceCfnCluster.AccessConfigProperty- See Also:
-
getBootstrapClusterCreatorAdminPermissions
Description copied from interface:CfnCluster.AccessConfigPropertySpecifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.The default value is
true.Returns union: either
BooleanorIResolvable- Specified by:
getBootstrapClusterCreatorAdminPermissionsin interfaceCfnCluster.AccessConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-