environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | Resource schema for AWS::MWAA::Environment |
Id | aws.mwaa.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Customer-defined identifier for the environment, unique per customer region. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environments
in a region.
SELECT
region,
name
FROM aws.mwaa.environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environments_list_only
resource, see environments