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 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 theCfnDBClusterParameterGroupProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDBClusterParameterGroupPropsThe description for the DB cluster parameter group.- Specified by:
getDescriptionin interfaceCfnDBClusterParameterGroupProps- See Also:
-
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 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 interfaceCfnDBClusterParameterGroupProps- See Also:
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupPropsProvides a list of parameters for the DB cluster parameter group.- Specified by:
getParametersin interfaceCfnDBClusterParameterGroupProps- See Also:
-
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.
This value is stored as a lowercase string.
- Specified by:
getDbClusterParameterGroupNamein interfaceCfnDBClusterParameterGroupProps- See Also:
-
getTags
Description copied from interface:CfnDBClusterParameterGroupPropsTags to assign to the DB cluster parameter group.- Specified by:
getTagsin interfaceCfnDBClusterParameterGroupProps- 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()
-