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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.OptionConfiguration
OptionConfiguration.Builder, OptionConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(OptionConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theOptionConfiguration.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
final String
getName()
The name of the option.final Number
getPort()
The port number that this option uses.final List<ISecurityGroup>
Optional list of security groups to use for this option, ifvpc
is specified.The settings for the option.final String
The version for the option.final IVpc
getVpc()
The VPC where a security group should be created 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 theOptionConfiguration.Builder
.
-
-
Method Details
-
getName
Description copied from interface:OptionConfiguration
The name of the option.- Specified by:
getName
in interfaceOptionConfiguration
-
getPort
Description copied from interface:OptionConfiguration
The port number that this option uses.If
port
is specified thenvpc
must also be specified.Default: - no port
- Specified by:
getPort
in interfaceOptionConfiguration
-
getSecurityGroups
Description copied from interface:OptionConfiguration
Optional list of security groups to use for this option, ifvpc
is 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:
getSecurityGroups
in interfaceOptionConfiguration
-
getSettings
Description copied from interface:OptionConfiguration
The settings for the option.Default: - no settings
- Specified by:
getSettings
in interfaceOptionConfiguration
-
getVersion
Description copied from interface:OptionConfiguration
The version for the option.Default: - no version
- Specified by:
getVersion
in interfaceOptionConfiguration
-
getVpc
Description copied from interface:OptionConfiguration
The VPC where a security group should be created for this option.If
vpc
is specified thenport
must also be specified.Default: - no VPC
- Specified by:
getVpc
in interfaceOptionConfiguration
-
$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()
-