| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceProps.Jsii$Proxy
An implementation for
InstanceProps |
| Modifier and Type | Method and Description |
|---|---|
InstanceProps |
InstanceProps.Builder.build()
Builds the configured instance.
|
InstanceProps |
DatabaseClusterProps.getInstanceProps()
(experimental) Settings for the individual instances that are launched.
|
InstanceProps |
DatabaseClusterProps.Jsii$Proxy.getInstanceProps() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.instanceProps(InstanceProps instanceProps)
Sets the value of
DatabaseClusterProps.getInstanceProps() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.instanceProps(InstanceProps instanceProps)
(experimental) Settings for the individual instances that are launched.
|
| 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.