| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.connectionPoolConfigurationInfo(CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
static CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.dbClusterIdentifiers(List<String> dbClusterIdentifiers)
One or more DB cluster identifiers.
|
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.dbInstanceIdentifiers(List<String> dbInstanceIdentifiers)
One or more DB instance identifiers.
|
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.dbProxyName(String dbProxyName)
The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` .
|
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.targetGroupName(String targetGroupName)
The identifier for the target group.
|
Copyright © 2022. All rights reserved.