| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterParameterGroup.Jsii$Default
Internal default implementation for
IClusterParameterGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterParameterGroup
(experimental) A cluster parameter group.
|
static class |
IClusterParameterGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IClusterParameterGroup |
ClusterParameterGroup.fromParameterGroupName(software.constructs.Construct scope,
String id,
String parameterGroupName)
(experimental) Imports a parameter group.
|
default IClusterParameterGroup |
DatabaseClusterProps.getParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IClusterParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getParameterGroup() |
default IClusterParameterGroup |
InstanceProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IClusterParameterGroup |
InstanceProps.Jsii$Proxy.getParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
Sets the value of
DatabaseClusterProps.getParameterGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
InstanceProps.Builder |
InstanceProps.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
Sets the value of
InstanceProps.getParameterGroup() |
| 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. |
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
IClusterParameterGroup parameterGroup,
ISecurityGroup securityGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder. |
Copyright © 2021. All rights reserved.