Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.
This action only applies to Aurora DB clusters.
rds_delete_db_cluster_endpoint(DBClusterEndpointIdentifier)
A list with the following syntax:
list(
DBClusterEndpointIdentifier = "string",
DBClusterIdentifier = "string",
DBClusterEndpointResourceIdentifier = "string",
Endpoint = "string",
Status = "string",
EndpointType = "string",
CustomEndpointType = "string",
StaticMembers = list(
"string"
),
ExcludedMembers = list(
"string"
),
DBClusterEndpointArn = "string"
)
[required] The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
svc$delete_db_cluster_endpoint(
DBClusterEndpointIdentifier = "string"
)