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

Setting

import type { Setting } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

The current account setting for a resource.

interface Setting {
name?: SettingName | null;
principalArn?: string | null;
value?: string | null;
}

§Properties

§
name?: SettingName | null
[src]

The Amazon ECS resource name.

§
principalArn?: string | null
[src]

The ARN of the principal. It can be a user, role, or the root user. If this field is omitted, the authenticated user is assumed.

§
value?: string | null
[src]

Determines whether the account setting is on or off for the specified resource.