Skip to content

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

Value

An empty list.

Request syntax

svc$deregister_db_proxy_targets(
  DBProxyName = "string",
  TargetGroupName = "string",
  DBInstanceIdentifiers = list(
    "string"
  ),
  DBClusterIdentifiers = list(
    "string"
  )
)