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

StartTaskRequest

import type { StartTaskRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface StartTaskRequest {
cluster?: string | null;
containerInstances: string[];
enableECSManagedTags?: boolean | null;
enableExecuteCommand?: boolean | null;
group?: string | null;
networkConfiguration?: NetworkConfiguration | null;
overrides?: TaskOverride | null;
propagateTags?: PropagateTags | null;
referenceId?: string | null;
startedBy?: string | null;
tags?: Tag[] | null;
taskDefinition: string;
}

§Properties

§
cluster?: string | null
[src]
§
containerInstances: string[]
[src]
§
enableECSManagedTags?: boolean | null
[src]
§
enableExecuteCommand?: boolean | null
[src]
§
group?: string | null
[src]
§
networkConfiguration?: NetworkConfiguration | null
[src]
§
overrides?: TaskOverride | null
[src]
§
propagateTags?: PropagateTags | null
[src]
§
referenceId?: string | null
[src]
§
startedBy?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
taskDefinition: string
[src]