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

RunCommandParameters

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

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

interface RunCommandParameters {
RunCommandTargets: RunCommandTarget[];
}

§Properties

§
RunCommandTargets: RunCommandTarget[]
[src]

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.