public static final class CfnDBParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBParameterGroupProps
CfnDBParameterGroupProps
CfnDBParameterGroupProps.Builder, CfnDBParameterGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
Provides the customer-specified description for this DB parameter group.
|
java.lang.String |
getFamily()
Must be `neptune1` for engine versions prior to [1.2.0.0](https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.2.0.0.html) , or `neptune1.2` for engine version `1.2.0.0` and higher.
|
java.lang.String |
getName()
Provides the name of the DB parameter group.
|
java.lang.Object |
getParameters()
The parameters to set for this DB parameter group.
|
java.util.List<CfnTag> |
getTags()
The tags that you want to attach to this parameter group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
CfnDBParameterGroupProps
getDescription
in interface CfnDBParameterGroupProps
public final java.lang.String getFamily()
CfnDBParameterGroupProps
getFamily
in interface CfnDBParameterGroupProps
public final java.lang.Object getParameters()
CfnDBParameterGroupProps
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 AWS CloudFormation to reboot the associated DB instance without failover.
getParameters
in interface CfnDBParameterGroupProps
public final java.lang.String getName()
CfnDBParameterGroupProps
getName
in interface CfnDBParameterGroupProps
public final java.util.List<CfnTag> getTags()
CfnDBParameterGroupProps
getTags
in interface CfnDBParameterGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()