Class CfnDBClusterParameterGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.neptune.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.neptune.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 StringProvides the customer-specified description for this DB cluster parameter group.final StringMust beneptune1for engine versions prior to 1.2.0.0 , orneptune1.2for engine version1.2.0.0and higher.final StringgetName()Provides the name of the DB cluster parameter group.final ObjectThe parameters to set for this DB cluster parameter group.getTags()The tags that you want to attach to this 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:CfnDBClusterParameterGroupMixinPropsProvides the customer-specified description for this DB cluster parameter group.- Specified by:
getDescriptionin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getFamily
Description copied from interface:CfnDBClusterParameterGroupMixinPropsMust beneptune1for engine versions prior to 1.2.0.0 , orneptune1.2for engine version1.2.0.0and higher.- Specified by:
getFamilyin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnDBClusterParameterGroupMixinPropsProvides the name of the DB cluster parameter group.- Specified by:
getNamein interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe parameters to set for this DB cluster parameter group.The parameters are expressed as a JSON object consisting of key-value pairs.
If you update the parameters, some interruption may occur depending on which parameters you update.
- Specified by:
getParametersin interfaceCfnDBClusterParameterGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBClusterParameterGroupMixinPropsThe tags that you want to attach to this 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()
-