aws.elasticbeanstalk.describe_environment_managed_actions
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.describe_environment_managed_actions;Description
Lists an environment's upcoming and in-progress 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 |
| status Input Column To show only actions with a particular status, specify a status. | 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 |
| managed_actions A list of upcoming and in-progress managed actions. | STRUCT( |
Show child fields
| |