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/rds.ts?docs=full";
interface ListTagsForResourceMessage {
Filters?: Filter[] | null;
ResourceName: string;
}

§Properties

§
Filters?: Filter[] | null
[src]

This parameter isn't currently supported.

§
ResourceName: string
[src]

The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.