DbProxyTargetGroupArgs

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

Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget .

Link copied to clipboard
val dbClusterIdentifiers: Output<List<String>>? = null

One or more DB cluster identifiers.

Link copied to clipboard
val dbInstanceIdentifiers: Output<List<String>>? = null

One or more DB instance identifiers.

Link copied to clipboard
val dbProxyName: Output<String>? = null

The identifier for the proxy.

Link copied to clipboard

The identifier for the DBProxyTargetGroup

Functions

Link copied to clipboard
open override fun toJava(): DbProxyTargetGroupArgs