Deregister Db Proxy Targets
rds_deregister_db_proxy_targets | R Documentation |
Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup¶
Description¶
Remove the association between one or more DBProxyTarget
data
structures and a DBProxyTargetGroup
.
Usage¶
rds_deregister_db_proxy_targets(DBProxyName, TargetGroupName,
DBInstanceIdentifiers, DBClusterIdentifiers)
Arguments¶
DBProxyName |
[required] The identifier of the |
TargetGroupName |
The identifier of the |
DBInstanceIdentifiers |
One or more DB instance identifiers. |
DBClusterIdentifiers |
One or more DB cluster identifiers. |
Value¶
An empty list.
Request syntax¶
svc$deregister_db_proxy_targets(
DBProxyName = "string",
TargetGroupName = "string",
DBInstanceIdentifiers = list(
"string"
),
DBClusterIdentifiers = list(
"string"
)
)