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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

interface ListTagsForResourceRequest {
ResourceId: string;
ResourceType: TagResourceType;
}

§Properties

§
ResourceId: string
[src]

The ID of the resource for which you want to retrieve tags.

§
ResourceType: TagResourceType
[src]

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.