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

PutAttributesRequest

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

§Properties

§
attributes: Attribute[]
[src]

The attributes to apply to your resource. You can specify up to 10 custom attributes for each resource. You can specify up to 10 attributes in a single call.

§
cluster?: string | null
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.