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 ObjectDisplays the settings that control the size and behavior of the connection pool associated with aDBProxyTarget.One or more DB cluster identifiers.One or more DB instance identifiers.final ObjectThe 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.Returns union: either
StringorIDBProxyRef- Specified by:
getDbProxyNamein interfaceCfnDBProxyTargetGroupProps- See Also:
-
getTargetGroupName
Description copied from interface:CfnDBProxyTargetGroupPropsThe identifier for the target group.Currently, this property must be set to
default.- Specified by:
getTargetGroupNamein interfaceCfnDBProxyTargetGroupProps- See Also:
-
getConnectionPoolConfigurationInfo
Description copied from interface:CfnDBProxyTargetGroupPropsDisplays the settings that control the size and behavior of the connection pool associated with aDBProxyTarget.Returns union: either
IResolvableorCfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty- Specified by:
getConnectionPoolConfigurationInfoin interfaceCfnDBProxyTargetGroupProps- See Also:
-
getDbClusterIdentifiers
Description copied from interface:CfnDBProxyTargetGroupPropsOne or more DB cluster identifiers.Returns union: Listinvalid input: '<'either
StringorIDBClusterRef>- Specified by:
getDbClusterIdentifiersin interfaceCfnDBProxyTargetGroupProps- See Also:
-
getDbInstanceIdentifiers
Description copied from interface:CfnDBProxyTargetGroupPropsOne or more DB instance identifiers.- Specified by:
getDbInstanceIdentifiersin interfaceCfnDBProxyTargetGroupProps- See Also:
-
$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()
-