rds_delete_db_proxy_endpoint {paws.database} | R Documentation |
Deletes a DBProxyEndpoint
Description
Deletes a DBProxyEndpoint
. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.
See https://www.paws-r-sdk.com/docs/rds_delete_db_proxy_endpoint/ for full documentation.
Usage
rds_delete_db_proxy_endpoint(DBProxyEndpointName)
Arguments
DBProxyEndpointName |
[required] The name of the DB proxy endpoint to delete. |
[Package paws.database version 0.7.0 Index]