| Modifier and Type | Method and Description |
|---|---|
default NodeType |
ClusterProps.getNodeType()
(experimental) The node type to be provisioned for the cluster.
|
NodeType |
ClusterProps.Jsii$Proxy.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.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.nodeType(NodeType nodeType)
Sets the value of
ClusterProps.getNodeType() |
Cluster.Builder |
Cluster.Builder.nodeType(NodeType nodeType)
(experimental) The node type to be provisioned for the cluster.
|
| 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.