Class CfnDBProxyTargetGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxyTargetGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBProxyTargetGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBProxyTargetGroupProps
@Stability(Stable)
@Internal
public static final class CfnDBProxyTargetGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBProxyTargetGroupProps
An implementation for
CfnDBProxyTargetGroupProps
-
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.CfnDBProxyTargetGroupProps
CfnDBProxyTargetGroupProps.Builder, CfnDBProxyTargetGroupProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBProxyTargetGroupProps.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 Object
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .One or more DB cluster identifiers.One or more DB instance identifiers.final String
The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` .final String
The identifier for the target group.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 theCfnDBProxyTargetGroupProps.Builder
.
-
-
Method Details
-
getDbProxyName
Description copied from interface:CfnDBProxyTargetGroupProps
The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` .- Specified by:
getDbProxyName
in interfaceCfnDBProxyTargetGroupProps
-
getTargetGroupName
Description copied from interface:CfnDBProxyTargetGroupProps
The identifier for the target group.Currently, this property must be set to
default
.- Specified by:
getTargetGroupName
in interfaceCfnDBProxyTargetGroupProps
-
getConnectionPoolConfigurationInfo
Description copied from interface:CfnDBProxyTargetGroupProps
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .- Specified by:
getConnectionPoolConfigurationInfo
in interfaceCfnDBProxyTargetGroupProps
-
getDbClusterIdentifiers
Description copied from interface:CfnDBProxyTargetGroupProps
One or more DB cluster identifiers.- Specified by:
getDbClusterIdentifiers
in interfaceCfnDBProxyTargetGroupProps
-
getDbInstanceIdentifiers
Description copied from interface:CfnDBProxyTargetGroupProps
One or more DB instance identifiers.- Specified by:
getDbInstanceIdentifiers
in interfaceCfnDBProxyTargetGroupProps
-
$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()
-