public static final class CfnDBProxyTargetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBProxyTargetGroupProps
CfnDBProxyTargetGroupProps
CfnDBProxyTargetGroupProps.Builder, CfnDBProxyTargetGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getConnectionPoolConfigurationInfo()
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
java.util.List<java.lang.String> |
getDbClusterIdentifiers()
One or more DB cluster identifiers.
|
java.util.List<java.lang.String> |
getDbInstanceIdentifiers()
One or more DB instance identifiers.
|
java.lang.String |
getDbProxyName()
The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` .
|
java.lang.String |
getTargetGroupName()
The identifier for the target group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDbProxyName()
CfnDBProxyTargetGroupProps
getDbProxyName
in interface CfnDBProxyTargetGroupProps
public final java.lang.String getTargetGroupName()
CfnDBProxyTargetGroupProps
Currently, this property must be set to
default
.
getTargetGroupName
in interface CfnDBProxyTargetGroupProps
public final java.lang.Object getConnectionPoolConfigurationInfo()
CfnDBProxyTargetGroupProps
getConnectionPoolConfigurationInfo
in interface CfnDBProxyTargetGroupProps
public final java.util.List<java.lang.String> getDbClusterIdentifiers()
CfnDBProxyTargetGroupProps
getDbClusterIdentifiers
in interface CfnDBProxyTargetGroupProps
public final java.util.List<java.lang.String> getDbInstanceIdentifiers()
CfnDBProxyTargetGroupProps
getDbInstanceIdentifiers
in interface CfnDBProxyTargetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()