Class CfnOptionGroupPropsMixin.OptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnOptionGroupPropsMixin.OptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOptionGroupPropsMixin.OptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOptionGroupPropsMixin.OptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOptionGroupPropsMixin.OptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOptionGroupPropsMixin.OptionConfigurationProperty
An implementation for
CfnOptionGroupPropsMixin.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.cfnpropertymixins.services.rds.CfnOptionGroupPropsMixin.OptionConfigurationProperty
CfnOptionGroupPropsMixin.OptionConfigurationProperty.Builder, CfnOptionGroupPropsMixin.OptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOptionGroupPropsMixin.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 theCfnOptionGroupPropsMixin.OptionConfigurationProperty.Builder.
-
-
Method Details
-
getDbSecurityGroupMemberships
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyA list of DB security groups used for this option.- Specified by:
getDbSecurityGroupMembershipsin interfaceCfnOptionGroupPropsMixin.OptionConfigurationProperty- See Also:
-
getOptionName
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyThe configuration of options to include in a group.- Specified by:
getOptionNamein interfaceCfnOptionGroupPropsMixin.OptionConfigurationProperty- See Also:
-
getOptionSettings
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyThe option settings to include in an option group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOptionGroupPropsMixin.OptionSettingProperty>- Specified by:
getOptionSettingsin interfaceCfnOptionGroupPropsMixin.OptionConfigurationProperty- See Also:
-
getOptionVersion
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyThe version for the option.- Specified by:
getOptionVersionin interfaceCfnOptionGroupPropsMixin.OptionConfigurationProperty- See Also:
-
getPort
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyThe optional port for the option.- Specified by:
getPortin interfaceCfnOptionGroupPropsMixin.OptionConfigurationProperty- See Also:
-
getVpcSecurityGroupMemberships
Description copied from interface:CfnOptionGroupPropsMixin.OptionConfigurationPropertyA list of VPC security group names used for this option.- Specified by:
getVpcSecurityGroupMembershipsin interfaceCfnOptionGroupPropsMixin.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()
-