Class CfnDBClusterParameterGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterParameterGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBClusterParameterGroupMixinProps
CfnDBClusterParameterGroupMixinProps-
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.cfnpropertymixins.services.rds.CfnDBClusterParameterGroupMixinProps
CfnDBClusterParameterGroupMixinProps.Builder, CfnDBClusterParameterGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBClusterParameterGroupMixinProps.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 StringThe description for the 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()Tags to assign to the 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 theCfnDBClusterParameterGroupMixinProps.Builder.
-
-
Method Details
-
getDbClusterParameterGroupName
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe name of the DB cluster parameter group.Constraints:
- Must not match the name of an existing DB cluster parameter group.
This value is stored as a lowercase string.
- Specified by:
getDbClusterParameterGroupNamein interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe description for the DB cluster parameter group.- Specified by:
getDescriptionin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getFamily
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe 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 database engine and engine version compatible with that DB cluster parameter group family.
Aurora MySQL
Example:
aurora-mysql5.7,aurora-mysql8.0Aurora PostgreSQL
Example:
aurora-postgresql14RDS for MySQL
Example:
mysql8.0RDS for PostgreSQL
Example:
postgres13To list all of the available parameter group families for a DB engine, use the following command:
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command:
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresqlThe output contains duplicates.
The following are the valid DB engine values:
aurora-mysqlaurora-postgresqlmysqlpostgres
- Specified by:
getFamilyin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupMixinPropsProvides a list of parameters for the DB cluster parameter group.- Specified by:
getParametersin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBClusterParameterGroupMixinPropsTags to assign to the DB cluster parameter group.- Specified by:
getTagsin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
$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()
-