rds_register_db_proxy_targets {paws.database} | R 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 |
TargetGroupName |
The identifier of the |
DBInstanceIdentifiers |
One or more DB instance identifiers. |
DBClusterIdentifiers |
One or more DB cluster identifiers. |
[Package paws.database version 0.6.0 Index]