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

EventAccountFilter

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

The values used to filter results from the DescribeEventDetailsForOrganization and DescribeAffectedEntitiesForOrganization operations.

interface EventAccountFilter {
awsAccountId?: string | null;
eventArn: string;
}

§Properties

§
awsAccountId?: string | null
[src]

The 12-digit Amazon Web Services account numbers that contains the affected entities.

§
eventArn: string
[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