Class CfnDBClusterParameterGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnDBClusterParameterGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterParameterGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBClusterParameterGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnDBClusterParameterGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBClusterParameterGroupMixinProps
An implementation for
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.docdb.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 description for the cluster parameter group.final StringThe cluster parameter group family name.final StringgetName()The name of the DB cluster parameter group.final ObjectProvides a list of parameters for the cluster parameter group.getTags()The tags to be assigned to the 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
-
getDescription
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe description for the cluster parameter group.- Specified by:
getDescriptionin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getFamily
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe cluster parameter group family name.- Specified by:
getFamilyin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe name of the DB cluster parameter group.Constraints:
- Must not match the name of an existing
DBClusterParameterGroup.
This value is stored as a lowercase string.
- Specified by:
getNamein interfaceCfnDBClusterParameterGroupMixinProps- See Also:
- Must not match the name of an existing
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupMixinPropsProvides a list of parameters for the cluster parameter group.- Specified by:
getParametersin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe tags to be assigned to the 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()
-