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

RunCommandTarget

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

Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple values.

interface RunCommandTarget {
Key: string;
Values: string[];
}

§Properties

§
Key: string
[src]

Can be either tag: tag-key or InstanceIds.

§
Values: string[]
[src]

If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.