Learn R Programming

paws.database (version 0.1.8)

rds_delete_db_cluster_endpoint: Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster

Description

Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.

Usage

rds_delete_db_cluster_endpoint(DBClusterEndpointIdentifier)

Arguments

DBClusterEndpointIdentifier

[required] The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.

Request syntax

svc$delete_db_cluster_endpoint(
  DBClusterEndpointIdentifier = "string"
)

Details

This action only applies to Aurora DB clusters.