aws.health.describe_entity_aggregates_for_organization
Example SQL Queries
SELECT * FROMaws.health.describe_entity_aggregates_for_organizationWHERE"event_arns" = 'VALUE';Description
Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_arns Required Input Column A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101" | VARCHAR[] |
Show child fields
| |
| aws_account_ids Input Column A list of 12-digit Amazon Web Services account numbers that contains the affected entities. | VARCHAR[] |
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
| |
| organization_entity_aggregates The list of entity aggregates for each of the specified accounts that are affected by each of the specified events. | STRUCT( |
Show child fields
| |