@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.070Z") @Stability(value=Stable) public interface ClusterProps extends software.amazon.jsii.JsiiSerializable, ClusterOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterProps.Builder
A builder for
ClusterProps |
static class |
ClusterProps.Jsii$Proxy
An implementation for
ClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static ClusterProps.Builder |
builder() |
default Number |
getDefaultCapacity()
Number of instances to allocate as an initial capacity for this cluster.
|
default InstanceType |
getDefaultCapacityInstance()
The instance type to use for the default capacity.
|
default DefaultCapacityType |
getDefaultCapacityType()
The default capacity type for the cluster.
|
default IKey |
getSecretsEncryptionKey()
KMS secret for envelope encryption for Kubernetes secrets.
|
getClusterHandlerEnvironment, getCoreDnsComputeType, getEndpointAccess, getKubectlEnvironment, getKubectlLayer, getKubectlMemory, getMastersRole, getOutputMastersRoleArn, getPlaceClusterHandlerInVpc, getPrunegetClusterName, getOutputClusterName, getOutputConfigCommand, getRole, getSecurityGroup, getVersion, getVpc, getVpcSubnets@Stability(value=Stable) @Nullable default Number getDefaultCapacity()
Instance type can be configured through defaultCapacityInstanceType,
which defaults to m5.large.
Use cluster.addAutoScalingGroupCapacity to add additional customized capacity. Set this
to 0 is you wish to avoid the initial capacity allocation.
Default: 2
@Stability(value=Stable) @Nullable default InstanceType getDefaultCapacityInstance()
This will only be taken
into account if defaultCapacity is > 0.
Default: m5.large
@Stability(value=Stable) @Nullable default DefaultCapacityType getDefaultCapacityType()
Default: NODEGROUP
@Stability(value=Stable) @Nullable default IKey getSecretsEncryptionKey()
Default: - By default, Kubernetes stores all secret object data within etcd and all etcd volumes used by Amazon EKS are encrypted at the disk-level using AWS-Managed encryption keys.
@Stability(value=Stable) static ClusterProps.Builder builder()
builder in interface ClusterOptionsbuilder in interface CommonClusterOptionsClusterProps.Builder of ClusterPropsCopyright © 2021. All rights reserved.