@Stability(value=Stable) @Internal public static final class CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatabase.RelationalDatabaseParameterProperty
CfnDatabase.RelationalDatabaseParameterProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnDatabase.RelationalDatabaseParameterProperty.Builder, CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnDatabase.RelationalDatabaseParameterProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDatabase.RelationalDatabaseParameterProperty.Builder . |
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(Object o) |
String |
getAllowedValues()
The valid range of values for the parameter.
|
String |
getApplyMethod()
Indicates when parameter updates are applied.
|
String |
getApplyType()
Specifies the engine-specific parameter type.
|
String |
getDataType()
The valid data type of the parameter.
|
String |
getDescription()
A description of the parameter.
|
Object |
getIsModifiable()
A Boolean value indicating whether the parameter can be modified.
|
String |
getParameterName()
The name of the parameter.
|
String |
getParameterValue()
The value for the parameter.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnDatabase.RelationalDatabaseParameterProperty.Builder builder)
CfnDatabase.RelationalDatabaseParameterProperty.Builder
.public final String getAllowedValues()
CfnDatabase.RelationalDatabaseParameterProperty
getAllowedValues
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getApplyMethod()
CfnDatabase.RelationalDatabaseParameterProperty
Can be immediate
or pending-reboot
.
getApplyMethod
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getApplyType()
CfnDatabase.RelationalDatabaseParameterProperty
getApplyType
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getDataType()
CfnDatabase.RelationalDatabaseParameterProperty
getDataType
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getDescription()
CfnDatabase.RelationalDatabaseParameterProperty
getDescription
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final Object getIsModifiable()
CfnDatabase.RelationalDatabaseParameterProperty
getIsModifiable
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getParameterName()
CfnDatabase.RelationalDatabaseParameterProperty
getParameterName
in interface CfnDatabase.RelationalDatabaseParameterProperty
public final String getParameterValue()
CfnDatabase.RelationalDatabaseParameterProperty
getParameterValue
in interface CfnDatabase.RelationalDatabaseParameterProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.