environments
Retrieves a list of environments
in a region
Overview
Name | environments |
Type | Resource |
Description | environments |
Id | awscc.datazone.environments |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_id,
id
FROM awscc.datazone.environments
WHERE region = 'us-east-1'
Permissions
To operate on the environments
resource, the following permissions are required:
Create
datazone:CreateEnvironment,
datazone:GetEnvironment,
datazone:DeleteEnvironment
List
datazone:ListEnvironments