Remove the association between one or more DBProxyTarget data
structures and a DBProxyTargetGroup.
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.
An empty list.
svc$deregister_db_proxy_targets(
DBProxyName = "string",
TargetGroupName = "string",
DBInstanceIdentifiers = list(
"string"
),
DBClusterIdentifiers = list(
"string"
)
)