This is prerelease documentation for the RDS Database Proxy feature in preview release. It is subject to change.
rds_register_db_proxy_targets(DBProxyName, TargetGroupName,
DBInstanceIdentifiers, DBClusterIdentifiers)[required] The identifier of the DBProxy that is associated with the
DBProxyTargetGroup.
The identifier of the DBProxyTargetGroup.
One or more DB instance identifiers.
One or more DB cluster identifiers.
svc$register_db_proxy_targets(
DBProxyName = "string",
TargetGroupName = "string",
DBInstanceIdentifiers = list(
"string"
),
DBClusterIdentifiers = list(
"string"
)
)
Associate one or more DBProxyTarget data structures with a
DBProxyTargetGroup.