Class CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty
An implementation for
CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty-
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.ec2.CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty
CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Builder, CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.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 NumbergetPort()The port.final StringThe protocol.final StringThe ARN of the DB cluster.final StringThe ARN of the RDS instance.final StringThe ARN of the RDS proxy.final StringThe RDS endpoint.The IDs of the subnets.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 theCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty.Builder.
-
-
Method Details
-
getPort
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe port.- Specified by:
getPortin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getProtocol
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe protocol.- Specified by:
getProtocolin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getRdsDbClusterArn
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe ARN of the DB cluster.- Specified by:
getRdsDbClusterArnin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getRdsDbInstanceArn
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe ARN of the RDS instance.- Specified by:
getRdsDbInstanceArnin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getRdsDbProxyArn
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe ARN of the RDS proxy.- Specified by:
getRdsDbProxyArnin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getRdsEndpoint
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe RDS endpoint.- Specified by:
getRdsEndpointin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnVerifiedAccessEndpointPropsMixin.RdsOptionsPropertyThe IDs of the subnets.You can specify only one subnet per Availability Zone.
- Specified by:
getSubnetIdsin interfaceCfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty- 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()
-