Uses of Class
software.amazon.awscdk.services.rds.CfnDBProxyTargetGroup.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBProxyTargetGroup.Builder in software.amazon.awscdk.services.rds
Modifier 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 theDBProxy
that is associated with theDBProxyTargetGroup
.CfnDBProxyTargetGroup.Builder.targetGroupName
(String targetGroupName) The identifier for the target group.