rds_register_db_proxy_targets: Associate one or more DBProxyTarget data structures with a...

View source: R/rds_operations.R

rds_register_db_proxy_targetsR Documentation

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup

Description

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

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

Usage

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