@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.019Z") @Stability(value=Stable) public class ClusterParameterGroup extends Resource implements IClusterParameterGroup
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.docdb.*;
ClusterParameterGroup clusterParameterGroup = ClusterParameterGroup.Builder.create(this, "MyClusterParameterGroup")
.family("family")
.parameters(Map.of(
"parametersKey", "parameters"))
// the properties below are optional
.dbClusterParameterGroupName("dbClusterParameterGroupName")
.description("description")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterParameterGroup.Builder
A fluent builder for
ClusterParameterGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIClusterParameterGroup.Jsii$Default, IClusterParameterGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ClusterParameterGroup(software.constructs.Construct scope,
String id,
ClusterParameterGroupProps props) |
protected |
ClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IClusterParameterGroup |
fromParameterGroupName(software.constructs.Construct scope,
String id,
String parameterGroupName)
Imports a parameter group.
|
String |
getParameterGroupName()
The name of the parameter group.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected ClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected ClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ClusterParameterGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ClusterParameterGroupProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static IClusterParameterGroup fromParameterGroupName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String parameterGroupName)
scope - This parameter is required.id - This parameter is required.parameterGroupName - This parameter is required.@Stability(value=Stable) @NotNull public String getParameterGroupName()
getParameterGroupName in interface IClusterParameterGroupCopyright © 2022. All rights reserved.