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

AddTagsRequest

import type { AddTagsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";

Specifies the tags to add to a trail.

interface AddTagsRequest {
ResourceId: string;
TagsList: Tag[];
}

§Properties

§
ResourceId: string
[src]

Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
§
TagsList: Tag[]
[src]

Contains a list of tags, up to a limit of 50