Class CfnDBParameterGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnDBParameterGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBParameterGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBParameterGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnDBParameterGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBParameterGroupMixinProps
An implementation for
CfnDBParameterGroupMixinProps-
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.CfnDBParameterGroupMixinProps
CfnDBParameterGroupMixinProps.Builder, CfnDBParameterGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBParameterGroupMixinProps.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 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 parameter group.final ObjectThe parameters to set for this DB 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 theCfnDBParameterGroupMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDBParameterGroupMixinPropsProvides the customer-specified description for this DB parameter group.- Specified by:
getDescriptionin interfaceCfnDBParameterGroupMixinProps- See Also:
-
getFamily
Description copied from interface:CfnDBParameterGroupMixinPropsMust beneptune1for engine versions prior to 1.2.0.0 , orneptune1.2for engine version1.2.0.0and higher.- Specified by:
getFamilyin interfaceCfnDBParameterGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnDBParameterGroupMixinPropsProvides the name of the DB parameter group.- Specified by:
getNamein interfaceCfnDBParameterGroupMixinProps- See Also:
-
getParameters
Description copied from interface:CfnDBParameterGroupMixinPropsThe parameters to set for this DB parameter group.The parameters are expressed as a JSON object consisting of key-value pairs.
Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers CloudFormation to reboot the associated DB instance without failover.
- Specified by:
getParametersin interfaceCfnDBParameterGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBParameterGroupMixinPropsThe tags that you want to attach to this parameter group.- Specified by:
getTagsin interfaceCfnDBParameterGroupMixinProps- 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()
-