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

UpdateTaskSetRequest

import type { UpdateTaskSetRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface UpdateTaskSetRequest {
cluster: string;
scale: Scale;
service: string;
taskSet: string;
}

§Properties

§
cluster: string
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.

§
scale: Scale
[src]

A floating-point percentage of the desired number of tasks to place and keep running in the task set.

§
service: string
[src]

The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.

§
taskSet: string
[src]

The short name or full Amazon Resource Name (ARN) of the task set to update.