aws.datazone.get_environment_action
Example SQL Queries
SELECT * FROMaws.datazone.get_environment_actionWHERE"domain_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets the specified environment action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain in which the GetEnvironmentAction API is invoked. | VARCHAR |
| environment_identifier Required Input Column The environment ID of the environment action. | VARCHAR |
| identifier Required Input Column The ID of the environment action | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description The description of the environment action. | VARCHAR |
| domain_id The ID of the Amazon DataZone domain in which the environment action lives. | VARCHAR |
| environment_id The environment ID of the environment action. | VARCHAR |
| id The ID of the environment action. | VARCHAR |
| name The name of the environment action. | VARCHAR |
| parameters The parameters of the environment action. | STRUCT( |
Show child fields
| |