aws.elasticbeanstalk.describe_environment_managed_action_history
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.describe_environment_managed_action_history;Description
Lists an environment's completed and failed managed actions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Input Column The environment ID of the target environment. | VARCHAR |
| environment_name Input Column The name of the target environment. | 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 |
| action_description A description of the managed action. | VARCHAR |
| action_id A unique identifier for the managed action. | VARCHAR |
| action_type The type of the managed action. | VARCHAR |
| executed_time The date and time that the action started executing. | TIMESTAMP_S |
| failure_description If the action failed, a description of the failure. | VARCHAR |
| failure_type If the action failed, the type of failure. | VARCHAR |
| finished_time The date and time that the action finished executing. | TIMESTAMP_S |
| status The status of the action. | VARCHAR |