@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:24.783Z") @Stability(value=Experimental) public interface LegacyClusterProps extends software.amazon.jsii.JsiiSerializable, CommonClusterOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
LegacyClusterProps.Builder
A builder for
LegacyClusterProps |
static class |
LegacyClusterProps.Jsii$Proxy
An implementation for
LegacyClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static LegacyClusterProps.Builder |
builder() |
default Number |
getDefaultCapacity()
(experimental) Number of instances to allocate as an initial capacity for this cluster.
|
default InstanceType |
getDefaultCapacityInstance()
(experimental) The instance type to use for the default capacity.
|
default DefaultCapacityType |
getDefaultCapacityType()
(experimental) The default capacity type for the cluster.
|
default IKey |
getSecretsEncryptionKey()
(experimental) KMS secret for envelope encryption for Kubernetes secrets.
|
getClusterName, getOutputClusterName, getOutputConfigCommand, getRole, getSecurityGroup, getVersion, getVpc, getVpcSubnets@Stability(value=Experimental) @Nullable default Number getDefaultCapacity()
Instance type can be configured through defaultCapacityInstanceType,
which defaults to m5.large.
Use cluster.addCapacity to add additional customized capacity. Set this
to 0 is you wish to avoid the initial capacity allocation.
Default: 2
@Stability(value=Experimental) @Nullable default InstanceType getDefaultCapacityInstance()
This will only be taken
into account if defaultCapacity is > 0.
Default: m5.large
@Stability(value=Experimental) @Nullable default DefaultCapacityType getDefaultCapacityType()
Default: NODEGROUP
@Stability(value=Experimental) @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=Experimental) static LegacyClusterProps.Builder builder()
builder in interface CommonClusterOptionsLegacyClusterProps.Builder of LegacyClusterPropsCopyright © 2020. All rights reserved.