AuroraDSQL / Client / delete_multi_region_clusters

delete_multi_region_clusters#

AuroraDSQL.Client.delete_multi_region_clusters(**kwargs)#

Deletes a multi-Region cluster in Amazon Aurora DSQL.

See also: AWS API Documentation

Request Syntax

response = client.delete_multi_region_clusters(
    linkedClusterArns=[
        'string',
    ],
    clientToken='string'
)
Parameters:
  • linkedClusterArns (list) –

    [REQUIRED]

    The ARNs of the clusters linked to the cluster you want to delete. also deletes these clusters as part of the operation.

    • (string) –

      Cluster ARN

  • clientToken (string) –

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully. The subsequent retries with the same client token return the result from the original successful request and they have no additional effect.

    If you don’t specify a client token, the Amazon Web Services SDK automatically generates one.

    This field is autopopulated if not provided.

Returns:

None

Exceptions