| Modifier and Type | Method and Description |
|---|---|
default DefaultCapacityType |
ClusterProps.getDefaultCapacityType()
The default capacity type for the cluster.
|
DefaultCapacityType |
ClusterProps.Jsii$Proxy.getDefaultCapacityType() |
static DefaultCapacityType |
DefaultCapacityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultCapacityType[] |
DefaultCapacityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.defaultCapacityType(DefaultCapacityType defaultCapacityType)
The default capacity type for the cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCapacityType(DefaultCapacityType defaultCapacityType)
Sets the value of
ClusterProps.getDefaultCapacityType() |
| Constructor and Description |
|---|
Jsii$Proxy(Number defaultCapacity,
InstanceType defaultCapacityInstance,
DefaultCapacityType defaultCapacityType,
IKey secretsEncryptionKey,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2021. All rights reserved.