aws_db_instance_status | R Documentation |
Get instance status
aws_db_instance_status(id)
id |
(character) required. instance identifier. The identifier for this DB instance. This parameter is stored as a lowercase string. Constraints: must contain from 1 to 63 letters, numbers, or hyphens; first character must be a letter; can't end with a hyphen or contain two consecutive hyphens. required. |
(character) the status of the instance, e.g., "creating", "available", "not found"
Other database:
aws_db_cluster_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_instance_status(id = "thedbinstance")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.