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

GetTaskProtectionRequest

import type { GetTaskProtectionRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface GetTaskProtectionRequest {
cluster: string;
tasks?: string[] | null;
}

§Properties

§
cluster: string
[src]

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

§
tasks?: string[] | null
[src]

A list of up to 100 task IDs or full ARN entries.