Skip to contents

Get cluster status

Usage

aws_db_cluster_status(id)

Arguments

id

(character) Cluster identifier. Use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console. Must be unique for all clusters within a Amazon Web Services account.

Value

(character) the status of the cluster, e.g., "creating", "available", "not found"

Examples

if (FALSE) {
aws_db_cluster_status(id = "scotts-test-cluster-456")
}