Skip to main content

entity_aggregates

Creates, updates, deletes, gets or lists an entity_aggregates resource.

Overview

Nameentity_aggregates
TypeResource
Idaws.health.entity_aggregates

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
entity_aggregatesarrayThe number of entities that are affected by each of the specified events.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_entity_aggregatesselectregionReturns the number of entities that are affected by each of the specified events.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns the number of entities that are affected by each of the specified events.

SELECT
entity_aggregates
FROM aws.health.entity_aggregates
WHERE region = '{{ region }}' -- required
;