Interface CfnCluster.AccessConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.AccessConfigProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.AccessConfigProperty extends software.amazon.jsii.JsiiSerializable
The access configuration for the cluster.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.eks.*;
 AccessConfigProperty accessConfigProperty = AccessConfigProperty.builder()
         .authenticationMode("authenticationMode")
         .bootstrapClusterCreatorAdminPermissions(false)
         .build();
 

See Also: