Class CfnDBProxyEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxyEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBProxyEndpointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBProxyEndpointProps
@Stability(Stable)
@Internal
public static final class CfnDBProxyEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBProxyEndpointProps
An implementation for
CfnDBProxyEndpointProps
-
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.CfnDBProxyEndpointProps
CfnDBProxyEndpointProps.Builder, CfnDBProxyEndpointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBProxyEndpointProps.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 to create.final String
The name of the DB proxy associated with the DB proxy endpoint that you create.getTags()
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.final String
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.The VPC security group IDs for the DB proxy endpoint that you create.The VPC subnet IDs for the DB proxy endpoint that you create.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 theCfnDBProxyEndpointProps.Builder
.
-
-
Method Details
-
getDbProxyEndpointName
Description copied from interface:CfnDBProxyEndpointProps
The name of the DB proxy endpoint to create.- Specified by:
getDbProxyEndpointName
in interfaceCfnDBProxyEndpointProps
-
getDbProxyName
Description copied from interface:CfnDBProxyEndpointProps
The name of the DB proxy associated with the DB proxy endpoint that you create.- Specified by:
getDbProxyName
in interfaceCfnDBProxyEndpointProps
-
getVpcSubnetIds
Description copied from interface:CfnDBProxyEndpointProps
The VPC subnet IDs for the DB proxy endpoint that you create.You can specify a different set of subnet IDs than for the original DB proxy.
- Specified by:
getVpcSubnetIds
in interfaceCfnDBProxyEndpointProps
-
getTags
Description copied from interface:CfnDBProxyEndpointProps
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.- Specified by:
getTags
in interfaceCfnDBProxyEndpointProps
-
getTargetRole
Description copied from interface:CfnDBProxyEndpointProps
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.Valid Values:
READ_WRITE | READ_ONLY
- Specified by:
getTargetRole
in interfaceCfnDBProxyEndpointProps
-
getVpcSecurityGroupIds
Description copied from interface:CfnDBProxyEndpointProps
The VPC security group IDs for the DB proxy endpoint that you create.You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
- Specified by:
getVpcSecurityGroupIds
in interfaceCfnDBProxyEndpointProps
-
$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()
-