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

InstanceEventWindowAssociationTarget

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

One or more targets associated with the event window.

interface InstanceEventWindowAssociationTarget {
DedicatedHostIds: string[];
InstanceIds: string[];
Tags: Tag[];
}

§Properties

§
DedicatedHostIds: string[]
[src]

The IDs of the Dedicated Hosts associated with the event window.

§
InstanceIds: string[]
[src]

The IDs of the instances associated with the event window.

§
Tags: Tag[]
[src]

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.