Skip to main content

entity_aggregates_for_organizations

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

Overview

Nameentity_aggregates_for_organizations
TypeResource
Idaws.health.entity_aggregates_for_organizations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
organization_entity_aggregatesarrayThe list of entity aggregates for each of the specified accounts that are affected by each of the specified events.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_entity_aggregates_for_organizationselectregionReturns a list of entity aggregates for your Organizations 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 a list of entity aggregates for your Organizations that are affected by each of the specified events.

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