entity_aggregates_for_organizations
Creates, updates, deletes, gets or lists an entity_aggregates_for_organizations resource.
Overview
| Name | entity_aggregates_for_organizations |
| Type | Resource |
| Id | aws.health.entity_aggregates_for_organizations |
Fields
The following fields are returned by SELECT queries:
- describe_entity_aggregates_for_organization
| Name | Datatype | Description |
|---|---|---|
organization_entity_aggregates | array | The 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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_entity_aggregates_for_organization | select | region | Returns 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_entity_aggregates_for_organization
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
;