Class CfnOptionGroup.OptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnOptionGroup.OptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOptionGroup.OptionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOptionGroup.OptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOptionGroup.OptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOptionGroup.OptionConfigurationProperty
An implementation for
CfnOptionGroup.OptionConfigurationProperty
-
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.rds.CfnOptionGroup.OptionConfigurationProperty
CfnOptionGroup.OptionConfigurationProperty.Builder, CfnOptionGroup.OptionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOptionGroup.OptionConfigurationProperty.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
A list of DB security groups used for this option.final String
The configuration of options to include in a group.final Object
The option settings to include in an option group.final String
The version for the option.final Number
getPort()
The optional port for the option.A list of VPC security group names used for this option.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 theCfnOptionGroup.OptionConfigurationProperty.Builder
.
-
-
Method Details
-
getOptionName
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
The configuration of options to include in a group.- Specified by:
getOptionName
in interfaceCfnOptionGroup.OptionConfigurationProperty
- See Also:
-
getDbSecurityGroupMemberships
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
A list of DB security groups used for this option.- Specified by:
getDbSecurityGroupMemberships
in interfaceCfnOptionGroup.OptionConfigurationProperty
- See Also:
-
getOptionSettings
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
The option settings to include in an option group.- Specified by:
getOptionSettings
in interfaceCfnOptionGroup.OptionConfigurationProperty
- See Also:
-
getOptionVersion
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
The version for the option.- Specified by:
getOptionVersion
in interfaceCfnOptionGroup.OptionConfigurationProperty
- See Also:
-
getPort
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
The optional port for the option.- Specified by:
getPort
in interfaceCfnOptionGroup.OptionConfigurationProperty
- See Also:
-
getVpcSecurityGroupMemberships
Description copied from interface:CfnOptionGroup.OptionConfigurationProperty
A list of VPC security group names used for this option.- Specified by:
getVpcSecurityGroupMemberships
in interfaceCfnOptionGroup.OptionConfigurationProperty
- 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()
-