TimestreamInfluxDB / Client / delete_db_cluster

delete_db_cluster#

TimestreamInfluxDB.Client.delete_db_cluster(**kwargs)#

Deletes a Timestream for InfluxDB cluster.

See also: AWS API Documentation

Request Syntax

response = client.delete_db_cluster(
    dbClusterId='string'
)
Parameters:

dbClusterId (string) –

[REQUIRED]

Service-generated unique identifier of the DB cluster.

Return type:

dict

Returns:

Response Syntax

{
    'dbClusterStatus': 'CREATING'|'UPDATING'|'DELETING'|'AVAILABLE'|'FAILED'|'DELETED'
}

Response Structure

  • (dict) –

    • dbClusterStatus (string) –

      The status of the DB cluster.

Exceptions