Uses of Class
software.amazon.awscdk.services.rds.CfnDBProxyTargetGroup.Builder
Packages that use CfnDBProxyTargetGroup.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBProxyTargetGroup.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return CfnDBProxyTargetGroup.BuilderModifier and TypeMethodDescriptionCfnDBProxyTargetGroup.Builder.connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo) Settings that control the size and behavior of the connection pool associated with aDBProxyTargetGroup.CfnDBProxyTargetGroup.Builder.connectionPoolConfigurationInfo(CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo) Settings that control the size and behavior of the connection pool associated with aDBProxyTargetGroup.CfnDBProxyTargetGroup.Builder.dbClusterIdentifiers(List<String> dbClusterIdentifiers) One or more DB cluster identifiers.CfnDBProxyTargetGroup.Builder.dbInstanceIdentifiers(List<String> dbInstanceIdentifiers) One or more DB instance identifiers.CfnDBProxyTargetGroup.Builder.dbProxyName(String dbProxyName) The identifier of theDBProxythat is associated with theDBProxyTargetGroup.CfnDBProxyTargetGroup.Builder.targetGroupName(String targetGroupName) The identifier for the target group.