This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EKS::Cluster AccessConfig
The access configuration for the cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AuthenticationMode" :String, "BootstrapClusterCreatorAdminPermissions" :Boolean}
YAML
AuthenticationMode:StringBootstrapClusterCreatorAdminPermissions:Boolean
Properties
- AuthenticationMode
- 
                    The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon SDKs, or Amazon CloudFormation, the default is CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.Required: No Type: String Allowed values: CONFIG_MAP | API_AND_CONFIG_MAP | APIUpdate requires: No interruption 
- BootstrapClusterCreatorAdminPermissions
- 
                    Specifies 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.Required: No Type: Boolean Update requires: Replacement