environment_profiles
Retrieves a list of environment_profiles
in a region
Overview
Name | environment_profiles |
Type | Resource |
Description | environment_profiles |
Id | awscc.datazone.environment_profiles |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | The ID of the Amazon DataZone domain in which this environment profile is created. |
id | string | The ID of this Amazon DataZone environment profile. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_id,
id
FROM awscc.datazone.environment_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the environment_profiles
resource, the following permissions are required:
Create
datazone:CreateEnvironmentProfile,
datazone:GetEnvironmentProfile
List
datazone:ListEnvironmentProfiles