@Stability(value=Stable) public static final class CfnDBProxyTargetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxyTargetGroup>
CfnDBProxyTargetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyTargetGroup |
build() |
CfnDBProxyTargetGroup.Builder |
connectionPoolConfigurationInfo(CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
CfnDBProxyTargetGroup.Builder |
connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
static CfnDBProxyTargetGroup.Builder |
create(software.constructs.Construct scope,
String id) |
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 the `DBProxy` that is associated with the `DBProxyTargetGroup` .
|
CfnDBProxyTargetGroup.Builder |
targetGroupName(String targetGroupName)
The identifier for the target group.
|
@Stability(value=Stable) public static CfnDBProxyTargetGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty.Builder.@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder dbProxyName(String dbProxyName)
dbProxyName - The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` . This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder targetGroupName(String targetGroupName)
Currently, this property must be set to
default.
targetGroupName - The identifier for the target group. This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder connectionPoolConfigurationInfo(CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo)
connectionPoolConfigurationInfo - Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` . This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
connectionPoolConfigurationInfo - Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` . This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder dbClusterIdentifiers(List<String> dbClusterIdentifiers)
dbClusterIdentifiers - One or more DB cluster identifiers. This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup.Builder dbInstanceIdentifiers(List<String> dbInstanceIdentifiers)
dbInstanceIdentifiers - One or more DB instance identifiers. This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroup build()
build in interface software.amazon.jsii.Builder<CfnDBProxyTargetGroup>Copyright © 2022. All rights reserved.