Delete Global Cluster
neptune_delete_global_cluster | R Documentation |
Deletes a global database¶
Description¶
Deletes a global database. The primary and all secondary clusters must already be detached or deleted first.
Usage¶
Arguments¶
GlobalClusterIdentifier
[required] The cluster identifier of the global database cluster being deleted.
Value¶
A list with the following syntax:
list(
GlobalCluster = list(
GlobalClusterIdentifier = "string",
GlobalClusterResourceId = "string",
GlobalClusterArn = "string",
Status = "string",
Engine = "string",
EngineVersion = "string",
StorageEncrypted = TRUE|FALSE,
DeletionProtection = TRUE|FALSE,
GlobalClusterMembers = list(
list(
DBClusterArn = "string",
Readers = list(
"string"
),
IsWriter = TRUE|FALSE
)
)
)
)