Db Proxy Target Group Args
data class DbProxyTargetGroupArgs(val connectionPoolConfigurationInfo: Output<DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs>? = null, val dbClusterIdentifiers: Output<List<String>>? = null, val dbInstanceIdentifiers: Output<List<String>>? = null, val dbProxyName: Output<String>? = null, val targetGroupName: Output<DbProxyTargetGroupTargetGroupName>? = null) : ConvertibleToJava<DbProxyTargetGroupArgs>
Resource schema for AWS::RDS::DBProxyTargetGroup
Constructors
Link copied to clipboard
constructor(connectionPoolConfigurationInfo: Output<DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs>? = null, dbClusterIdentifiers: Output<List<String>>? = null, dbInstanceIdentifiers: Output<List<String>>? = null, dbProxyName: Output<String>? = null, targetGroupName: Output<DbProxyTargetGroupTargetGroupName>? = null)
Properties
Link copied to clipboard
val connectionPoolConfigurationInfo: Output<DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs>? = null
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget
.
Link copied to clipboard
One or more DB cluster identifiers.
Link copied to clipboard
One or more DB instance identifiers.
Link copied to clipboard
The identifier for the proxy.
Link copied to clipboard
The identifier for the DBProxyTargetGroup