Delete Db Cluster Endpoint
neptune_delete_db_cluster_endpoint | R Documentation |
Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster¶
Description¶
Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.
Usage¶
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"
)