Class CfnDBClusterParameterGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.CfnDBClusterParameterGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterParameterGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBClusterParameterGroupProps
@Stability(Stable)
@Internal
public static final class CfnDBClusterParameterGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBClusterParameterGroupProps
An implementation for
CfnDBClusterParameterGroupProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.neptune.CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupProps.Builder, CfnDBClusterParameterGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBClusterParameterGroupProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Provides the customer-specified description for this DB cluster parameter group.final String
Must beneptune1
for engine versions prior to 1.2.0.0 , orneptune1.2
for engine version1.2.0.0
and higher.final String
getName()
Provides the name of the DB cluster parameter group.final Object
The parameters to set for this DB cluster parameter group.getTags()
The tags that you want to attach to this parameter group.final int
hashCode()
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:CfnDBClusterParameterGroupProps
Provides the customer-specified description for this DB cluster parameter group.- Specified by:
getDescription
in interfaceCfnDBClusterParameterGroupProps
- See Also:
-
getFamily
Description copied from interface:CfnDBClusterParameterGroupProps
Must beneptune1
for engine versions prior to 1.2.0.0 , orneptune1.2
for engine version1.2.0.0
and higher.- Specified by:
getFamily
in interfaceCfnDBClusterParameterGroupProps
- See Also:
-
getParameters
Description copied from interface:CfnDBClusterParameterGroupProps
The 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:
getParameters
in interfaceCfnDBClusterParameterGroupProps
- See Also:
-
getName
Description copied from interface:CfnDBClusterParameterGroupProps
Provides the name of the DB cluster parameter group.- Specified by:
getName
in interfaceCfnDBClusterParameterGroupProps
- See Also:
-
getTags
Description copied from interface:CfnDBClusterParameterGroupProps
The tags that you want to attach to this parameter group.- Specified by:
getTags
in interfaceCfnDBClusterParameterGroupProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-