Returns the number of entities that are affected by each of the specified events. If no events are specified, the counts of all affected entities are returned.
health_describe_entity_aggregates(eventArns)
A list with the following syntax:
list(
entityAggregates = list(
list(
eventArn = "string",
count = 123
)
)
)
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"
svc$describe_entity_aggregates(
eventArns = list(
"string"
)
)