| Modifier and Type | Method and Description |
|---|---|
default ClusterType |
ClusterProps.getClusterType()
(experimental) Settings for the individual instances that are launched.
|
ClusterType |
ClusterProps.Jsii$Proxy.getClusterType() |
static ClusterType |
ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
ClusterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterProps.Builder |
ClusterProps.Builder.clusterType(ClusterType clusterType)
Sets the value of
ClusterProps.getClusterType() |
Cluster.Builder |
Cluster.Builder.clusterType(ClusterType clusterType)
(experimental) Settings for the individual instances that are launched.
|
| Constructor and Description |
|---|
Jsii$Proxy(Login masterUser,
IVpc vpc,
String clusterName,
ClusterType clusterType,
String defaultDatabaseName,
Boolean encrypted,
IKey encryptionKey,
IBucket loggingBucket,
String loggingKeyPrefix,
NodeType nodeType,
Number numberOfNodes,
IClusterParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IRole> roles,
List<? extends ISecurityGroup> securityGroups,
IClusterSubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2021. All rights reserved.