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.4/services/cloudtrail.ts?docs=full";

Specifies the tags to add to a trail, event data store, or channel.

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

§Properties

§
ResourceId: string
[src]

Specifies the ARN of the trail, event data store, or channel 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

The format of an event data store ARN is: arn:aws:cloudtrail:us-east-2:12345678910:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

The format of a channel ARN is: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

§
TagsList: Tag[]
[src]

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