Class CfnDBClusterParameterGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterParameterGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupProps.Builder, CfnDBClusterParameterGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBClusterParameterGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the DB cluster parameter group.final StringA friendly description for this DB cluster parameter group.final StringThe DB cluster parameter group family name.final ObjectProvides a list of parameters for the DB cluster parameter group.getTags()An optional array of key-value pairs to apply to this DB cluster parameter group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDBClusterParameterGroupProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDBClusterParameterGroupPropsA friendly description for this DB cluster parameter group.- Specified by:
getDescriptionin interfaceCfnDBClusterParameterGroupProps
-
getFamily
Description copied from interface:CfnDBClusterParameterGroupPropsThe DB cluster parameter group family name.A 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).- Specified by:
getFamilyin interfaceCfnDBClusterParameterGroupProps
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupPropsProvides a list of parameters for the DB cluster parameter group.- Specified by:
getParametersin interfaceCfnDBClusterParameterGroupProps
-
getDbClusterParameterGroupName
Description copied from interface:CfnDBClusterParameterGroupPropsThe name of the DB cluster parameter group.Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupNameproperty, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- Specified by:
getDbClusterParameterGroupNamein interfaceCfnDBClusterParameterGroupProps
-
getTags
Description copied from interface:CfnDBClusterParameterGroupPropsAn optional array of key-value pairs to apply to this DB cluster parameter group.- Specified by:
getTagsin interfaceCfnDBClusterParameterGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-