environment_profile
Gets an individual environment_profile
resource
Overview
Name | environment_profile |
Type | Resource |
Description | environment_profile |
Id | awscc.datazone.environment_profile |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
aws_account_id,
aws_account_region,
created_at,
created_by,
description,
domain_id,
domain_identifier,
environment_blueprint_id,
environment_blueprint_identifier,
id,
name,
project_id,
project_identifier,
updated_at,
user_parameters
FROM awscc.datazone.environment_profile
WHERE data__Identifier = '<DomainId>|<Id>';
Permissions
To operate on the environment_profile
resource, the following permissions are required:
Read
datazone:GetEnvironmentProfile
Update
datazone:UpdateEnvironmentProfile,
datazone:GetEnvironmentProfile
Delete
datazone:DeleteEnvironmentProfile,
datazone:GetEnvironmentProfile