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

ListTagsForResourceMessage

import type { ListTagsForResourceMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface ListTagsForResourceMessage {
ResourceArn: string;
}

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.

Must be the ARN of an Elastic Beanstalk resource.