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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBProxyTargetGroupProps
CfnDBProxyTargetGroupProps.Builder, CfnDBProxyTargetGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBProxyTargetGroupProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectSettings that control the size and behavior of the connection pool associated with aDBProxyTargetGroup.One or more DB cluster identifiers.One or more DB instance identifiers.final StringThe identifier of theDBProxythat is associated with theDBProxyTargetGroup.final StringThe identifier for the target group.final inthashCode()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:CfnDBProxyTargetGroupPropsThe identifier of theDBProxythat is associated with theDBProxyTargetGroup.- Specified by:
getDbProxyNamein interfaceCfnDBProxyTargetGroupProps
-
getTargetGroupName
Description copied from interface:CfnDBProxyTargetGroupPropsThe identifier for the target group.Currently, this property must be set to
default.- Specified by:
getTargetGroupNamein interfaceCfnDBProxyTargetGroupProps
-
getConnectionPoolConfigurationInfo
Description copied from interface:CfnDBProxyTargetGroupPropsSettings that control the size and behavior of the connection pool associated with aDBProxyTargetGroup.- Specified by:
getConnectionPoolConfigurationInfoin interfaceCfnDBProxyTargetGroupProps
-
getDbClusterIdentifiers
Description copied from interface:CfnDBProxyTargetGroupPropsOne or more DB cluster identifiers.- Specified by:
getDbClusterIdentifiersin interfaceCfnDBProxyTargetGroupProps
-
getDbInstanceIdentifiers
Description copied from interface:CfnDBProxyTargetGroupPropsOne or more DB instance identifiers.- Specified by:
getDbInstanceIdentifiersin interfaceCfnDBProxyTargetGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-