Class DatabaseProxyEndpointOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.DatabaseProxyEndpointOptions.Jsii$Proxy
- All Implemented Interfaces:
DatabaseProxyEndpointOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DatabaseProxyEndpointOptions
@Stability(Stable)
@Internal
public static final class DatabaseProxyEndpointOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DatabaseProxyEndpointOptions
An implementation for
DatabaseProxyEndpointOptions
-
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.DatabaseProxyEndpointOptions
DatabaseProxyEndpointOptions.Builder, DatabaseProxyEndpointOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseProxyEndpointOptions.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
The name of the DB proxy endpoint.final List
<ISecurityGroup> The VPC security groups to associate with the new proxy endpoint.final ProxyEndpointTargetRole
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.final IVpc
getVpc()
The VPC of the DB proxy endpoint.final SubnetSelection
The subnets of DB proxy endpoint.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 theDatabaseProxyEndpointOptions.Builder
.
-
-
Method Details
-
getVpc
Description copied from interface:DatabaseProxyEndpointOptions
The VPC of the DB proxy endpoint.- Specified by:
getVpc
in interfaceDatabaseProxyEndpointOptions
-
getDbProxyEndpointName
Description copied from interface:DatabaseProxyEndpointOptions
The name of the DB proxy endpoint.Default: - a CDK generated name
- Specified by:
getDbProxyEndpointName
in interfaceDatabaseProxyEndpointOptions
-
getSecurityGroups
Description copied from interface:DatabaseProxyEndpointOptions
The VPC security groups to associate with the new proxy endpoint.Default: - Default security group for the VPC
- Specified by:
getSecurityGroups
in interfaceDatabaseProxyEndpointOptions
-
getTargetRole
Description copied from interface:DatabaseProxyEndpointOptions
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.Default: - ProxyEndpointTargetRole.READ_WRITE
- Specified by:
getTargetRole
in interfaceDatabaseProxyEndpointOptions
-
getVpcSubnets
Description copied from interface:DatabaseProxyEndpointOptions
The subnets of DB proxy endpoint.Default: - the VPC default strategy if not specified.
- Specified by:
getVpcSubnets
in interfaceDatabaseProxyEndpointOptions
-
$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()
-