Class CfnDBProxyTargetGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBProxyTargetGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBProxyTargetGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBProxyTargetGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnDBProxyTargetGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBProxyTargetGroupMixinProps
An implementation for
CfnDBProxyTargetGroupMixinProps-
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.cfnpropertymixins.services.rds.CfnDBProxyTargetGroupMixinProps
CfnDBProxyTargetGroupMixinProps.Builder, CfnDBProxyTargetGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBProxyTargetGroupMixinProps.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 theCfnDBProxyTargetGroupMixinProps.Builder.
-
-
Method Details
-
getConnectionPoolConfigurationInfo
Description copied from interface:CfnDBProxyTargetGroupMixinPropsDisplays the settings that control the size and behavior of the connection pool associated with aDBProxyTarget.Returns union: either
IResolvableorCfnDBProxyTargetGroupPropsMixin.ConnectionPoolConfigurationInfoFormatProperty- Specified by:
getConnectionPoolConfigurationInfoin interfaceCfnDBProxyTargetGroupMixinProps- See Also:
-
getDbClusterIdentifiers
Description copied from interface:CfnDBProxyTargetGroupMixinPropsOne or more DB cluster identifiers.Returns union: Listinvalid input: '<'either
StringorIDBClusterRef>- Specified by:
getDbClusterIdentifiersin interfaceCfnDBProxyTargetGroupMixinProps- See Also:
-
getDbInstanceIdentifiers
Description copied from interface:CfnDBProxyTargetGroupMixinPropsOne or more DB instance identifiers.- Specified by:
getDbInstanceIdentifiersin interfaceCfnDBProxyTargetGroupMixinProps- See Also:
-
getDbProxyName
Description copied from interface:CfnDBProxyTargetGroupMixinPropsThe identifier of theDBProxythat is associated with theDBProxyTargetGroup.Returns union: either
StringorIDBProxyRef- Specified by:
getDbProxyNamein interfaceCfnDBProxyTargetGroupMixinProps- See Also:
-
getTargetGroupName
Description copied from interface:CfnDBProxyTargetGroupMixinPropsThe identifier for the target group.Currently, this property must be set to
default.- Specified by:
getTargetGroupNamein interfaceCfnDBProxyTargetGroupMixinProps- 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()
-