Learn R Programming

paws.database (version 0.1.5)

rds_delete_global_cluster: Deletes a global database cluster

Description

Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.

Usage

rds_delete_global_cluster(GlobalClusterIdentifier)

Arguments

GlobalClusterIdentifier

[required] The cluster identifier of the global database cluster being deleted.

Request syntax

svc$delete_global_cluster(
  GlobalClusterIdentifier = "string"
)

Details

This action only applies to Aurora DB clusters.