View source: R/rds_operations.R
rds_register_db_proxy_targets | R Documentation |
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.
rds_register_db_proxy_targets(
DBProxyName,
TargetGroupName = NULL,
DBInstanceIdentifiers = NULL,
DBClusterIdentifiers = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.