View source: R/database-redshift.R
aws_db_cluster_status | R Documentation |
Get cluster status
aws_db_cluster_status(id)
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. |
(character) the status of the cluster, e.g., "creating", "available", "not found"
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()
## Not run:
aws_db_cluster_status(id = "scotts-test-cluster-456")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.