aws.elasticbeanstalk.describe_events
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.describe_events;Description
Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Input Column The application associated with the event. | VARCHAR |
| end_time Input Column If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime. | TIMESTAMP_S |
| environment_id Input Column If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. | VARCHAR |
| environment_name Input Column The name of the environment associated with this event. | VARCHAR |
| platform_arn Input Column The ARN of the platform version. | VARCHAR |
| request_id Input Column The web service request ID for the activity of this event. | VARCHAR |
| severity Input Column The severity level of this event. | VARCHAR |
| start_time Input Column If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time. | TIMESTAMP_S |
| template_name Input Column The name of the configuration associated with this event. | VARCHAR |
| version_label Input Column The release label for the application version associated with this event. | 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 |
| event_date The date when the event occurred. | TIMESTAMP_S |
| message The event message. | VARCHAR |