Uses of Class
software.amazon.awscdk.services.eks.CfnCluster.Builder
Packages that use CfnCluster.Builder
-
Uses of CfnCluster.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return CfnCluster.BuilderModifier and TypeMethodDescriptionstatic 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.The desired Kubernetes version for your cluster.