aws.opsworkscm.describe_events
Example SQL Queries
SELECT * FROMaws.opsworkscm.describe_eventsWHERE"server_name" = 'VALUE';Description
Describes events for a specified server. Results are ordered by time, with newest events first.
This operation is synchronous.
A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Table Definition
| Column Name | Column Data Type |
|---|---|
| server_name Required Input Column The name of the server on or for which the event occurred. | 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
| |
| created_at The time when the event occurred. | TIMESTAMP_S |
| log_url The Amazon S3 URL of the event's log file. | VARCHAR |
| message A human-readable informational or status message. | VARCHAR |