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
§
networkConfiguration?: NetworkConfiguration | null
[src]§
overrides?: TaskOverride | null
[src]§
propagateTags?: PropagateTags | null
[src]