| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.Builder |
CfnCluster.Builder.create(software.constructs.Construct scope,
String id) |
CfnCluster.Builder |
CfnCluster.Builder.encryptionConfig(IResolvable encryptionConfig)
The encryption configuration for the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.encryptionConfig(List<? extends Object> encryptionConfig)
The encryption configuration for the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.kubernetesNetworkConfig(CfnCluster.KubernetesNetworkConfigProperty kubernetesNetworkConfig)
The Kubernetes network configuration for the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.kubernetesNetworkConfig(IResolvable kubernetesNetworkConfig)
The Kubernetes network configuration for the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.logging(CfnCluster.LoggingProperty logging)
The logging configuration for your cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.logging(IResolvable logging)
The logging configuration for your cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.name(String name)
The unique name to give to your cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.outpostConfig(CfnCluster.OutpostConfigProperty outpostConfig)
`AWS::EKS::Cluster.OutpostConfig`.
|
CfnCluster.Builder |
CfnCluster.Builder.outpostConfig(IResolvable outpostConfig)
`AWS::EKS::Cluster.OutpostConfig`.
|
CfnCluster.Builder |
CfnCluster.Builder.resourcesVpcConfig(CfnCluster.ResourcesVpcConfigProperty resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
CfnCluster.Builder |
CfnCluster.Builder.resourcesVpcConfig(IResolvable resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
CfnCluster.Builder |
CfnCluster.Builder.roleArn(String roleArn)
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.
|
CfnCluster.Builder |
CfnCluster.Builder.tags(List<? extends CfnTag> tags)
The metadata that you apply to the cluster to assist with categorization and organization.
|
CfnCluster.Builder |
CfnCluster.Builder.version(String version)
The desired Kubernetes version for your cluster.
|
Copyright © 2022. All rights reserved.