Learn R Programming

paws.database (version 0.1.7)

rds_register_db_proxy_targets: This is prerelease documentation for the RDS Database Proxy feature in preview release

Description

This is prerelease documentation for the RDS Database Proxy feature in preview release. It is subject to change.

Usage

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

Request syntax

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

Details

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.