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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnOptionGroup.OptionConfigurationProperty
CfnOptionGroup.OptionConfigurationProperty.Builder, CfnOptionGroup.OptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOptionGroup.OptionConfigurationProperty.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 booleanA list of DB security groups used for this option.final StringThe configuration of options to include in a group.final ObjectThe option settings to include in an option group.final StringThe version for the option.final NumbergetPort()The optional port for the option.A list of VPC security group names used for this option.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 theCfnOptionGroup.OptionConfigurationProperty.Builder.
-
-
Method Details
-
getOptionName
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyThe configuration of options to include in a group.- Specified by:
getOptionNamein interfaceCfnOptionGroup.OptionConfigurationProperty- See Also:
-
getDbSecurityGroupMemberships
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyA list of DB security groups used for this option.- Specified by:
getDbSecurityGroupMembershipsin interfaceCfnOptionGroup.OptionConfigurationProperty- See Also:
-
getOptionSettings
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyThe option settings to include in an option group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOptionGroup.OptionSettingProperty>- Specified by:
getOptionSettingsin interfaceCfnOptionGroup.OptionConfigurationProperty- See Also:
-
getOptionVersion
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyThe version for the option.- Specified by:
getOptionVersionin interfaceCfnOptionGroup.OptionConfigurationProperty- See Also:
-
getPort
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyThe optional port for the option.- Specified by:
getPortin interfaceCfnOptionGroup.OptionConfigurationProperty- See Also:
-
getVpcSecurityGroupMemberships
Description copied from interface:CfnOptionGroup.OptionConfigurationPropertyA list of VPC security group names used for this option.- Specified by:
getVpcSecurityGroupMembershipsin interfaceCfnOptionGroup.OptionConfigurationProperty- 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()
-