| Modifier and Type | Class and Description |
|---|---|
static class |
Login.Jsii$Proxy
An implementation for
Login |
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.Builder.build()
Builds the configured instance.
|
Login |
ClusterProps.getMasterUser()
(experimental) Username and password for the administrative user.
|
Login |
ClusterProps.Jsii$Proxy.getMasterUser() |
| Modifier and Type | Method and Description |
|---|---|
ClusterProps.Builder |
ClusterProps.Builder.masterUser(Login masterUser)
Sets the value of
ClusterProps.getMasterUser() |
Cluster.Builder |
Cluster.Builder.masterUser(Login masterUser)
(experimental) Username and password for the administrative user.
|
| 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 © 2020. All rights reserved.