aws.dax.describe_events
Example SQL Queries
SELECT * FROMaws.dax.describe_events;Description
Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.
By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| duration Input Column The number of minutes' worth of events to retrieve. | BIGINT |
| end_time Input Column The end of the time interval for which to retrieve events, specified in ISO 8601 format. | TIMESTAMP_S |
| source_name Input Column The source of the event. For example, if the event occurred at the node level, the source would be the node ID. | VARCHAR |
| source_type Input Column Specifies the origin of this event - a cluster, a parameter group, a node ID, etc. | VARCHAR |
| start_time Input Column The beginning of the time interval to retrieve events for, specified in ISO 8601 format. | TIMESTAMP_S |
| _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 |
| date The date and time when the event occurred. | TIMESTAMP_S |
| message A user-defined message associated with the event. | VARCHAR |