rds_deregister_db_proxy_targets: Remove the association between one or more DBProxyTarget data...

View source: R/rds_operations.R

rds_deregister_db_proxy_targetsR 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.

See https://www.paws-r-sdk.com/docs/rds_deregister_db_proxy_targets/ for full documentation.

Usage

rds_deregister_db_proxy_targets(
  DBProxyName,
  TargetGroupName = NULL,
  DBInstanceIdentifiers = NULL,
  DBClusterIdentifiers = NULL
)

Arguments

DBProxyName

[required] The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

TargetGroupName

The identifier of the DBProxyTargetGroup.

DBInstanceIdentifiers

One or more DB instance identifiers.

DBClusterIdentifiers

One or more DB cluster identifiers.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.