| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterParameterGroup.Jsii$Default
Internal default implementation for
IClusterParameterGroup. |
| Modifier and Type | Method and Description |
|---|---|
static IClusterParameterGroup |
ClusterParameterGroup.fromClusterParameterGroupName(software.constructs.Construct scope,
String id,
String clusterParameterGroupName)
(experimental) Imports a parameter group.
|
default IClusterParameterGroup |
DatabaseClusterProps.getClusterParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IClusterParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getClusterParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup)
Sets the value of
DatabaseClusterProps.getClusterParameterGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
List<? extends IRole> associatedRoles,
Duration backupRetention,
IClusterParameterGroup clusterParameterGroup,
String dbClusterName,
Boolean deletionProtection,
EngineVersion engineVersion,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
IKey kmsKey,
IParameterGroup parameterGroup,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends ISecurityGroup> securityGroups,
Boolean storageEncrypted,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Copyright © 2021. All rights reserved.