aws.health.describe_event_aggregates
Example SQL Queries
SELECT * FROMaws.health.describe_event_aggregatesWHERE"aggregate_field" = 'VALUE';Description
Returns the number of events of each event type (issue, scheduled change, and account notification). If no filter is specified, the counts of all events in each category are returned.
This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aggregate_field Required Input Column The only currently supported value is eventTypeCategory. | VARCHAR |
| filter Input Column Values to narrow the results returned. | STRUCT( |
Show child fields
| |
| _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
| |
| aggregate_value The issue type for the associated count. | VARCHAR |
| count The number of events of the associated issue type. | BIGINT |