environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | Definition of AWS::DataZone::Environment Resource Type |
Id | aws.datazone.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | The identifier of the Amazon DataZone domain in which the environment is created. |
id | string | The ID of the Amazon DataZone environment. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environments
in a region.
SELECT
region,
domain_id,
id
FROM aws.datazone.environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environments_list_only
resource, see environments