| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
| Modifier and Type | Method and Description |
|---|---|
LegacyCluster.Builder |
LegacyCluster.Builder.clusterName(String clusterName)
(experimental) Name for the cluster.
|
static LegacyCluster.Builder |
LegacyCluster.Builder.create(software.constructs.Construct scope,
String id) |
LegacyCluster.Builder |
LegacyCluster.Builder.defaultCapacity(Number defaultCapacity)
(experimental) Number of instances to allocate as an initial capacity for this cluster.
|
LegacyCluster.Builder |
LegacyCluster.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
(experimental) The instance type to use for the default capacity.
|
LegacyCluster.Builder |
LegacyCluster.Builder.defaultCapacityType(DefaultCapacityType defaultCapacityType)
(experimental) The default capacity type for the cluster.
|
LegacyCluster.Builder |
LegacyCluster.Builder.outputClusterName(Boolean outputClusterName)
(experimental) Determines whether a CloudFormation output with the name of the cluster will be synthesized.
|
LegacyCluster.Builder |
LegacyCluster.Builder.outputConfigCommand(Boolean outputConfigCommand)
(experimental) Determines whether a CloudFormation output with the `aws eks update-kubeconfig` command will be synthesized.
|
LegacyCluster.Builder |
LegacyCluster.Builder.role(IRole role)
(experimental) Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.
|
LegacyCluster.Builder |
LegacyCluster.Builder.secretsEncryptionKey(IKey secretsEncryptionKey)
(experimental) KMS secret for envelope encryption for Kubernetes secrets.
|
LegacyCluster.Builder |
LegacyCluster.Builder.securityGroup(ISecurityGroup securityGroup)
(experimental) Security Group to use for Control Plane ENIs.
|
LegacyCluster.Builder |
LegacyCluster.Builder.version(KubernetesVersion version)
(experimental) The Kubernetes version to run in the cluster.
|
LegacyCluster.Builder |
LegacyCluster.Builder.vpc(IVpc vpc)
(experimental) The VPC in which to create the Cluster.
|
LegacyCluster.Builder |
LegacyCluster.Builder.vpcSubnets(List<? extends SubnetSelection> vpcSubnets)
(experimental) Where to place EKS Control Plane ENIs.
|
Copyright © 2020. All rights reserved.