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