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

ResourceTagSet

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

A complex type containing a resource and its associated tags.

interface ResourceTagSet {
ResourceId?: string | null;
ResourceType?: TagResourceType | null;
Tags: Tag[];
}

§Properties

§
ResourceId?: string | null
[src]

The ID for the specified resource.

§
ResourceType?: TagResourceType | null
[src]

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.
§
Tags: Tag[]
[src]

The tags associated with the specified resource.