environment_profiles_list_only
Lists environment_profiles
in a region or regions, for all properties use environment_profiles
Overview
Name | environment_profiles_list_only |
Type | Resource |
Description | AWS Datazone Environment Profile is pre-configured set of resources and blueprints that provide reusable templates for creating environments. |
Id | aws.datazone.environment_profiles_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 this environment profile is created. |
created_at | string | The timestamp of when this environment profile was created. |
created_by | string | The Amazon DataZone user who created this environment profile. |
description | string | The description of this Amazon DataZone environment profile. |
domain_id | string | The ID of the Amazon DataZone domain in which this environment profile is created. |
domain_identifier | string | The ID of the Amazon DataZone domain in which this environment profile is created. |
environment_blueprint_id | string | The ID of the blueprint with which this environment profile is created. |
environment_blueprint_identifier | string | The ID of the blueprint with which this environment profile is created. |
id | string | The ID of this Amazon DataZone environment profile. |
name | string | The name of this Amazon DataZone environment profile. |
project_id | string | The identifier of the project in which to create the environment profile. |
project_identifier | string | The identifier of the project in which to create the environment profile. |
updated_at | string | The timestamp of when this environment profile was updated. |
user_parameters | array | The user parameters of this Amazon DataZone environment profile. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environment_profiles
in a region.
SELECT
region,
domain_id,
id
FROM aws.datazone.environment_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_profiles_list_only
resource, see environment_profiles