@Stability(value=Stable) @Internal public static final class CfnDBProxyEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBProxyEndpointProps
CfnDBProxyEndpointPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBProxyEndpointProps.Builder, CfnDBProxyEndpointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBProxyEndpointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBProxyEndpointProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDbProxyEndpointName()
The name of the DB proxy endpoint to create.
|
String |
getDbProxyName()
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
List<CfnDBProxyEndpoint.TagFormatProperty> |
getTags()
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
String |
getTargetRole()
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
List<String> |
getVpcSecurityGroupIds()
The VPC security group IDs for the DB proxy endpoint that you create.
|
List<String> |
getVpcSubnetIds()
The VPC subnet IDs for the DB proxy endpoint that you create.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBProxyEndpointProps.Builder builder)
CfnDBProxyEndpointProps.Builder.public final String getDbProxyEndpointName()
CfnDBProxyEndpointPropsgetDbProxyEndpointName in interface CfnDBProxyEndpointPropspublic final String getDbProxyName()
CfnDBProxyEndpointPropsgetDbProxyName in interface CfnDBProxyEndpointPropspublic final List<String> getVpcSubnetIds()
CfnDBProxyEndpointPropsYou can specify a different set of subnet IDs than for the original DB proxy.
getVpcSubnetIds in interface CfnDBProxyEndpointPropspublic final List<CfnDBProxyEndpoint.TagFormatProperty> getTags()
CfnDBProxyEndpointPropsgetTags in interface CfnDBProxyEndpointPropspublic final String getTargetRole()
CfnDBProxyEndpointProps
Valid Values: READ_WRITE | READ_ONLY
getTargetRole in interface CfnDBProxyEndpointPropspublic final List<String> getVpcSecurityGroupIds()
CfnDBProxyEndpointPropsYou 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.
getVpcSecurityGroupIds in interface CfnDBProxyEndpointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.