@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:45.241Z")
public interface CfnDBProxyTargetGroupProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.rds.*; CfnDBProxyTargetGroupProps cfnDBProxyTargetGroupProps = CfnDBProxyTargetGroupProps.builder() .dbProxyName("dbProxyName") .targetGroupName("targetGroupName") // the properties below are optional .connectionPoolConfigurationInfo(ConnectionPoolConfigurationInfoFormatProperty.builder() .connectionBorrowTimeout(123) .initQuery("initQuery") .maxConnectionsPercent(123) .maxIdleConnectionsPercent(123) .sessionPinningFilters(List.of("sessionPinningFilters")) .build()) .dbClusterIdentifiers(List.of("dbClusterIdentifiers")) .dbInstanceIdentifiers(List.of("dbInstanceIdentifiers")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDBProxyTargetGroupProps.Builder
A builder for
CfnDBProxyTargetGroupProps |
static class |
CfnDBProxyTargetGroupProps.Jsii$Proxy
An implementation for
CfnDBProxyTargetGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnDBProxyTargetGroupProps.Builder |
builder() |
default java.lang.Object |
getConnectionPoolConfigurationInfo()
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
default java.util.List<java.lang.String> |
getDbClusterIdentifiers()
One or more DB cluster identifiers.
|
default java.util.List<java.lang.String> |
getDbInstanceIdentifiers()
One or more DB instance identifiers.
|
java.lang.String |
getDbProxyName()
The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` .
|
java.lang.String |
getTargetGroupName()
The identifier for the target group.
|
java.lang.String getDbProxyName()
java.lang.String getTargetGroupName()
Currently, this property must be set to
default
.
default java.lang.Object getConnectionPoolConfigurationInfo()
default java.util.List<java.lang.String> getDbClusterIdentifiers()
default java.util.List<java.lang.String> getDbInstanceIdentifiers()
static CfnDBProxyTargetGroupProps.Builder builder()
CfnDBProxyTargetGroupProps.Builder
of CfnDBProxyTargetGroupProps