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
fun DbProxyTargetGroupArgs(connectionPoolConfigurationInfo: Output<DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs>? = null, dbClusterIdentifiers: Output<List<String>>? = null, dbInstanceIdentifiers: Output<List<String>>? = null, dbProxyName: Output<String>? = null, targetGroupName: Output<DbProxyTargetGroupTargetGroupName>? = null)