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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnDatabase.RelationalDatabaseParameterProperty
CfnDatabase.RelationalDatabaseParameterProperty.Builder, CfnDatabase.RelationalDatabaseParameterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatabase.RelationalDatabaseParameterProperty.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 StringThe valid range of values for the parameter.final StringIndicates when parameter updates are applied.final StringSpecifies the engine-specific parameter type.final StringThe valid data type of the parameter.final StringA description of the parameter.final ObjectA Boolean value indicating whether the parameter can be modified.final StringThe name of the parameter.final StringThe value for the parameter.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 theCfnDatabase.RelationalDatabaseParameterProperty.Builder.
-
-
Method Details
-
getAllowedValues
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyThe valid range of values for the parameter.- Specified by:
getAllowedValuesin interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getApplyMethod
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyIndicates when parameter updates are applied.Can be
immediateorpending-reboot.- Specified by:
getApplyMethodin interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getApplyType
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertySpecifies the engine-specific parameter type.- Specified by:
getApplyTypein interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getDataType
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyThe valid data type of the parameter.- Specified by:
getDataTypein interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getDescription
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyA description of the parameter.- Specified by:
getDescriptionin interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getIsModifiable
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyA Boolean value indicating whether the parameter can be modified.Returns union: either
BooleanorIResolvable- Specified by:
getIsModifiablein interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getParameterName
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyThe name of the parameter.- Specified by:
getParameterNamein interfaceCfnDatabase.RelationalDatabaseParameterProperty- See Also:
-
getParameterValue
Description copied from interface:CfnDatabase.RelationalDatabaseParameterPropertyThe value for the parameter.- Specified by:
getParameterValuein interfaceCfnDatabase.RelationalDatabaseParameterProperty- 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()
-