Class CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatabase.RelationalDatabaseParameterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatabase.RelationalDatabaseParameterProperty
@Stability(Stable)
@Internal
public static final class CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatabase.RelationalDatabaseParameterProperty
An implementation for
CfnDatabase.RelationalDatabaseParameterProperty
-
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.lightsail.CfnDatabase.RelationalDatabaseParameterProperty
CfnDatabase.RelationalDatabaseParameterProperty.Builder, CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDatabase.RelationalDatabaseParameterProperty.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
The valid range of values for the parameter.final String
Indicates when parameter updates are applied.final String
Specifies the engine-specific parameter type.final String
The valid data type of the parameter.final String
A description of the parameter.final Object
A Boolean value indicating whether the parameter can be modified.final String
The name of the parameter.final String
The value for the parameter.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 theCfnDatabase.RelationalDatabaseParameterProperty.Builder
.
-
-
Method Details
-
getAllowedValues
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
The valid range of values for the parameter.- Specified by:
getAllowedValues
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getApplyMethod
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
Indicates when parameter updates are applied.Can be
immediate
orpending-reboot
.- Specified by:
getApplyMethod
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getApplyType
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
Specifies the engine-specific parameter type.- Specified by:
getApplyType
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getDataType
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
The valid data type of the parameter.- Specified by:
getDataType
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getDescription
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
A description of the parameter.- Specified by:
getDescription
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getIsModifiable
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
A Boolean value indicating whether the parameter can be modified.- Specified by:
getIsModifiable
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getParameterName
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
The name of the parameter.- Specified by:
getParameterName
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- See Also:
-
getParameterValue
Description copied from interface:CfnDatabase.RelationalDatabaseParameterProperty
The value for the parameter.- Specified by:
getParameterValue
in interfaceCfnDatabase.RelationalDatabaseParameterProperty
- 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()
-