aws_db_cluster_status: Get cluster status

View source: R/database-redshift.R

aws_db_cluster_statusR Documentation

Get cluster status

Description

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"

See Also

Other database: aws_db_instance_status(), aws_db_rds_con(), aws_db_rds_create(), aws_db_rds_list(), aws_db_redshift_con(), aws_db_redshift_create()

Examples

## Not run: 
aws_db_cluster_status(id = "scotts-test-cluster-456")

## End(Not run)

sixtyfour documentation built on April 3, 2025, 8:22 p.m.