View source: R/rds_operations.R
rds_modify_db_proxy_endpoint | R Documentation |
Changes the settings for an existing DB proxy endpoint.
See https://www.paws-r-sdk.com/docs/rds_modify_db_proxy_endpoint/ for full documentation.
rds_modify_db_proxy_endpoint(
DBProxyEndpointName,
NewDBProxyEndpointName = NULL,
VpcSecurityGroupIds = NULL
)
DBProxyEndpointName |
[required] The name of the DB proxy sociated with the DB proxy endpoint that you want to modify. |
NewDBProxyEndpointName |
The new identifier for the |
VpcSecurityGroupIds |
The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.