aws.m2.list_environments
Example SQL Queries
SELECT * FROMaws.m2.list_environments;Description
Lists the runtime environments.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column The target platform for the runtime environment. | VARCHAR |
| names Input Column The names of the runtime environments. Must be unique within the account. | VARCHAR[] |
Show child fields
| |
| _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 |
| creation_time The timestamp when the runtime environment was created. | TIMESTAMP_S |
| engine_version The version of the runtime engine. | VARCHAR |
| environment_arn The Amazon Resource Name (ARN) of a particular runtime environment. | VARCHAR |
| environment_id The unique identifier of a particular runtime environment. | VARCHAR |
| instance_type The instance type of the runtime environment. | VARCHAR |
| name The name of the runtime environment. | VARCHAR |
| status The status of the runtime environment | VARCHAR |