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 |
---|---|---|
aws_account_id | string | The AWS account in which the Amazon DataZone environment is created. |
aws_account_region | string | The AWS region in which the Amazon DataZone environment is created. |
created_at | string | The timestamp of when the environment was created. |
created_by | string | The Amazon DataZone user who created the environment. |
description | string | The description of the Amazon DataZone environment. |
domain_id | string | The identifier of the Amazon DataZone domain in which the environment is created. |
domain_identifier | string | The identifier of the Amazon DataZone domain in which the environment would be created. |
environment_blueprint_id | string | The ID of the blueprint with which the Amazon DataZone environment was created. |
environment_profile_id | string | The ID of the environment profile with which the Amazon DataZone environment was created. |
environment_profile_identifier | string | The ID of the environment profile with which the Amazon DataZone environment would be created. |
glossary_terms | array | The glossary terms that can be used in the Amazon DataZone environment. |
id | string | The ID of the Amazon DataZone environment. |
name | string | The name of the environment. |
project_id | string | The ID of the Amazon DataZone project in which the environment is created. |
project_identifier | string | The ID of the Amazon DataZone project in which the environment would be created. |
provider | string | The provider of the Amazon DataZone environment. |
status | string | The status of the Amazon DataZone environment. |
updated_at | string | The timestamp of when the environment was updated. |
user_parameters | array | The user parameters 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