aws.redshift.describe_events
Example SQL Queries
SELECT * FROMaws.redshift.describe_events;Description
Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days. Events specific to a particular cluster, security group, snapshot or parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| duration Input Column The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned. Default: 60 | BIGINT |
| end_time Input Column The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z | TIMESTAMP_S |
| source_identifier Input Column The identifier for the source of the event. | VARCHAR |
| source_type Input Column The source type for this event. | VARCHAR |
| start_time Input Column The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page. Example: 2009-07-08T18:00Z | 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 of the event. | TIMESTAMP_S |
| event_categories A list of the event categories. Values: Configuration, Management, Monitoring, Security, Pending | VARCHAR[] |
Show child fields
| |
| event_id The identifier of the event. | VARCHAR |
| message The text of this event. | VARCHAR |
| severity The severity of the event. Values: ERROR, INFO | VARCHAR |