Skip to content

Delete Db Cluster Endpoint

rds_delete_db_cluster_endpoint R Documentation

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.

This action only applies to Aurora DB clusters.

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.

Value

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"
)

Request syntax

svc$delete_db_cluster_endpoint(
  DBClusterEndpointIdentifier = "string"
)