@Stability(value=Stable) @Internal public static final class CfnDBClusterParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBClusterParameterGroupProps.Builder, CfnDBClusterParameterGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBClusterParameterGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBClusterParameterGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A friendly description for this DB cluster parameter group.
|
String |
getFamily()
The DB cluster parameter group family name.
|
Object |
getParameters()
Provides a list of parameters for the DB cluster parameter group.
|
List<CfnTag> |
getTags()
Tags to assign to the DB cluster parameter group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBClusterParameterGroupProps.Builder builder)
CfnDBClusterParameterGroupProps.Builder.public final String getDescription()
CfnDBClusterParameterGroupPropsgetDescription in interface CfnDBClusterParameterGroupPropspublic final String getFamily()
CfnDBClusterParameterGroupPropsA DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a DB engine and engine version compatible with that DB cluster parameter group family.
The DB cluster parameter group family can't be changed when updating a DB cluster parameter group.
To list all of the available parameter group families, use the following command:
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
The output contains duplicates.
For more information, see [CreateDBClusterParameterGroup](https://docs.aws.amazon.com//AmazonRDS/latest/APIReference/API_CreateDBClusterParameterGroup.html) .
getFamily in interface CfnDBClusterParameterGroupPropspublic final Object getParameters()
CfnDBClusterParameterGroupPropsgetParameters in interface CfnDBClusterParameterGroupPropspublic final List<CfnTag> getTags()
CfnDBClusterParameterGroupPropsgetTags in interface CfnDBClusterParameterGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.