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

ListTagsRequest

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

Specifies a list of trail tags to return.

interface ListTagsRequest {
NextToken?: string | null;
ResourceIdList: string[];
}

§Properties

§
NextToken?: string | null
[src]

Reserved for future use.

§
ResourceIdList: string[]
[src]

Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The following is the format of a trail ARN.

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail