Class OptionConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.OptionConfiguration.Jsii$Proxy
- All Implemented Interfaces:
OptionConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OptionConfiguration
@Stability(Stable)
@Internal
public static final class OptionConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OptionConfiguration
An implementation for
OptionConfiguration-
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.OptionConfiguration
OptionConfiguration.Builder, OptionConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(OptionConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theOptionConfiguration.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 StringgetName()The name of the option.final NumbergetPort()The port number that this option uses.final List<ISecurityGroup> Optional list of security groups to use for this option, ifvpcis specified.The settings for the option.final StringThe version for the option.final IVpcgetVpc()The VPC where a security group should be created 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 theOptionConfiguration.Builder.
-
-
Method Details
-
getName
Description copied from interface:OptionConfigurationThe name of the option.- Specified by:
getNamein interfaceOptionConfiguration
-
getPort
Description copied from interface:OptionConfigurationThe port number that this option uses.If
portis specified thenvpcmust also be specified.Default: - no port
- Specified by:
getPortin interfaceOptionConfiguration
-
getSecurityGroups
Description copied from interface:OptionConfigurationOptional list of security groups to use for this option, ifvpcis specified.If no groups are provided, a default one will be created.
Default: - a default group will be created if `port` or `vpc` are specified.
- Specified by:
getSecurityGroupsin interfaceOptionConfiguration
-
getSettings
Description copied from interface:OptionConfigurationThe settings for the option.Default: - no settings
- Specified by:
getSettingsin interfaceOptionConfiguration
-
getVersion
Description copied from interface:OptionConfigurationThe version for the option.Default: - no version
- Specified by:
getVersionin interfaceOptionConfiguration
-
getVpc
Description copied from interface:OptionConfigurationThe VPC where a security group should be created for this option.If
vpcis specified thenportmust also be specified.Default: - no VPC
- Specified by:
getVpcin interfaceOptionConfiguration
-
$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()
-