environment_actions_list_only
Lists environment_actions
in a region or regions, for all properties use environment_actions
Overview
Name | environment_actions_list_only |
Type | Resource |
Description | Definition of AWS::DataZone::EnvironmentActions Resource Type |
Id | aws.datazone.environment_actions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | The identifier of the Amazon DataZone domain in which the environment is created. |
environment_id | string | The identifier of the Amazon DataZone environment in which the action is taking place |
id | string | The ID of the Amazon DataZone environment action. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environment_actions
in a region.
SELECT
region,
domain_id,
environment_id,
id
FROM aws.datazone.environment_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_actions_list_only
resource, see environment_actions