This is prerelease documentation for the RDS Database Proxy feature in preview release. It is subject to change.
rds_deregister_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$deregister_db_proxy_targets(
DBProxyName = "string",
TargetGroupName = "string",
DBInstanceIdentifiers = list(
"string"
),
DBClusterIdentifiers = list(
"string"
)
)
Remove the association between one or more DBProxyTarget data
structures and a DBProxyTargetGroup.