| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| 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 |
DatabaseClusterProps.getMasterUser()
(experimental) Username and password for the administrative user.
|
Login |
DatabaseClusterProps.Jsii$Proxy.getMasterUser() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.masterUser(Login masterUser)
Sets the value of
DatabaseClusterProps.getMasterUser() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.masterUser(Login masterUser)
(experimental) Username and password for the administrative user.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceProps instanceProps,
Login masterUser,
BackupProps backup,
String dbClusterName,
String engineVersion,
String instanceIdentifierBase,
Number instances,
IKey kmsKey,
IClusterParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
Boolean storageEncrypted)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Copyright © 2021. All rights reserved.