Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EntityAggregate

import type { EntityAggregate } from "https://aws-api.deno.dev/v0.4/services/health.ts?docs=full";

The number of entities that are affected by one or more events. Returned by the DescribeEntityAggregates operation.

interface EntityAggregate {
count?: number | null;
eventArn?: string | null;
}

§Properties

§
count?: number | null
[src]

The number of entities that match the criteria for the specified events.

§
eventArn?: string | null
[src]

The unique identifier for the event. The event ARN has the arn:aws:health:_event-region_::event/_SERVICE_/_EVENT_TYPE_CODE_/_EVENT_TYPE_PLUS_ID_ format.

For example, an event ARN might look like the following:

arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456