@Stability(value=Stable) @Internal public static final class CfnDBProxyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBProxyProps
CfnDBProxyPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBProxyProps.Builder, CfnDBProxyProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBProxyProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBProxyProps.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) |
Object |
getAuth()
The authorization mechanism that the proxy uses.
|
String |
getDbProxyName()
The identifier for the proxy.
|
Object |
getDebugLogging()
Whether the proxy includes detailed information about SQL statements in its logs.
|
String |
getEngineFamily()
The kinds of databases that the proxy can connect to.
|
Number |
getIdleClientTimeout()
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
Object |
getRequireTls()
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
|
List<CfnDBProxy.TagFormatProperty> |
getTags()
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
List<String> |
getVpcSecurityGroupIds()
One or more VPC security group IDs to associate with the new proxy.
|
List<String> |
getVpcSubnetIds()
One or more VPC subnet IDs to associate with the new proxy.
|
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(CfnDBProxyProps.Builder builder)
CfnDBProxyProps.Builder.public final Object getAuth()
CfnDBProxyPropsgetAuth in interface CfnDBProxyPropspublic final String getDbProxyName()
CfnDBProxyPropsThis name must be unique for all proxies owned by your AWS account in the specified AWS Region . An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
getDbProxyName in interface CfnDBProxyPropspublic final String getEngineFamily()
CfnDBProxyPropsThis value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Valid values : MYSQL | POSTGRESQL
getEngineFamily in interface CfnDBProxyPropspublic final String getRoleArn()
CfnDBProxyPropsgetRoleArn in interface CfnDBProxyPropspublic final List<String> getVpcSubnetIds()
CfnDBProxyPropsgetVpcSubnetIds in interface CfnDBProxyPropspublic final Object getDebugLogging()
CfnDBProxyPropsThis information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
getDebugLogging in interface CfnDBProxyPropspublic final Number getIdleClientTimeout()
CfnDBProxyPropsYou can set this value higher or lower than the connection timeout limit for the associated database.
getIdleClientTimeout in interface CfnDBProxyPropspublic final Object getRequireTls()
CfnDBProxyPropsBy enabling this setting, you can enforce encrypted TLS connections to the proxy.
getRequireTls in interface CfnDBProxyPropspublic final List<CfnDBProxy.TagFormatProperty> getTags()
CfnDBProxyPropsgetTags in interface CfnDBProxyPropspublic final List<String> getVpcSecurityGroupIds()
CfnDBProxyPropsIf you plan to update the resource, don't specify VPC security groups in a shared VPC.
getVpcSecurityGroupIds in interface CfnDBProxyProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.