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

InstanceTagNotificationAttribute

import type { InstanceTagNotificationAttribute } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the registered tag keys for the current Region.

interface InstanceTagNotificationAttribute {
IncludeAllTagsOfInstance?: boolean | null;
InstanceTagKeys: string[];
}

§Properties

§
IncludeAllTagsOfInstance?: boolean | null
[src]

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.

§
InstanceTagKeys: string[]
[src]

The registered tag keys.