Skip to main content

environment_profiles

Retrieves a list of environment_profiles in a region

Overview

Nameenvironment_profiles
TypeResource
Descriptionenvironment_profiles
Idawscc.datazone.environment_profiles

Fields

NameDatatypeDescription
domain_idstringThe ID of the Amazon DataZone domain in which this environment profile is created.
idstringThe ID of this Amazon DataZone environment profile.
regionstringAWS 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