Skip to main content

environment_actions_list_only

Lists environment_actions in a region or regions, for all properties use environment_actions

Overview

Nameenvironment_actions_list_only
TypeResource
DescriptionDefinition of AWS::DataZone::EnvironmentActions Resource Type
Idaws.datazone.environment_actions_list_only

Fields

NameDatatypeDescription
domain_idstringThe identifier of the Amazon DataZone domain in which the environment is created.
environment_idstringThe identifier of the Amazon DataZone environment in which the action is taking place
idstringThe ID of the Amazon DataZone environment action.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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