Uses of Class
software.amazon.awscdk.services.eks.CfnCluster.Builder
-
Uses of CfnCluster.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionCfnCluster.Builder.accessConfig
(IResolvable accessConfig) The access configuration for the cluster.CfnCluster.Builder.accessConfig
(CfnCluster.AccessConfigProperty accessConfig) The access configuration for the cluster.CfnCluster.Builder.bootstrapSelfManagedAddons
(Boolean bootstrapSelfManagedAddons) If you set this value toFalse
when creating a cluster, the default networking add-ons will not be installed.CfnCluster.Builder.bootstrapSelfManagedAddons
(IResolvable bootstrapSelfManagedAddons) If you set this value toFalse
when creating a cluster, the default networking add-ons will not be installed.static CfnCluster.Builder
CfnCluster.Builder.encryptionConfig
(List<? extends Object> encryptionConfig) The encryption configuration for the cluster.CfnCluster.Builder.encryptionConfig
(IResolvable encryptionConfig) The encryption configuration for the cluster.CfnCluster.Builder.kubernetesNetworkConfig
(IResolvable kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.CfnCluster.Builder.kubernetesNetworkConfig
(CfnCluster.KubernetesNetworkConfigProperty kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.CfnCluster.Builder.logging
(IResolvable logging) The logging configuration for your cluster.CfnCluster.Builder.logging
(CfnCluster.LoggingProperty logging) The logging configuration for your cluster.The unique name to give to your cluster.CfnCluster.Builder.outpostConfig
(IResolvable outpostConfig) An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost.CfnCluster.Builder.outpostConfig
(CfnCluster.OutpostConfigProperty outpostConfig) An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost.CfnCluster.Builder.resourcesVpcConfig
(IResolvable resourcesVpcConfig) The VPC configuration that's used by the cluster control plane.CfnCluster.Builder.resourcesVpcConfig
(CfnCluster.ResourcesVpcConfigProperty resourcesVpcConfig) The VPC configuration that's used by the cluster control plane.The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.The metadata that you apply to the cluster to assist with categorization and organization.CfnCluster.Builder.upgradePolicy
(IResolvable upgradePolicy) This value indicates if extended support is enabled or disabled for the cluster.CfnCluster.Builder.upgradePolicy
(CfnCluster.UpgradePolicyProperty upgradePolicy) This value indicates if extended support is enabled or disabled for the cluster.The desired Kubernetes version for your cluster.CfnCluster.Builder.zonalShiftConfig
(IResolvable zonalShiftConfig) The configuration for zonal shift for the cluster.CfnCluster.Builder.zonalShiftConfig
(CfnCluster.ZonalShiftConfigProperty zonalShiftConfig) The configuration for zonal shift for the cluster.