aws.cloud9.describe_environment_status
Example SQL Queries
SELECT * FROMaws.cloud9.describe_environment_statusWHERE"environment_id" = 'VALUE';Description
Gets status information for an Cloud9 development environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Required Input Column The ID of the environment to get status information about. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| message Any informational message about the status of the environment. | VARCHAR |
| status The status of the environment. Available values include:
| VARCHAR |