aws_db_instance_status {sixtyfour} | R Documentation |
Get instance status
Description
Get instance status
Usage
aws_db_instance_status(id)
Arguments
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. |
Value
(character) the status of the instance, e.g., "creating", "available", "not found"
See Also
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()
Examples
## Not run:
aws_db_instance_status(id = "thedbinstance")
## End(Not run)
[Package sixtyfour version 0.2.0 Index]