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

ResourceTagMapping

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

A list of resource ARNs and the tags (keys and values) that are associated with each.

interface ResourceTagMapping {
ComplianceDetails?: ComplianceDetails | null;
ResourceARN?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ComplianceDetails?: ComplianceDetails | null
[src]

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

§
ResourceARN?: string | null
[src]

The ARN of the resource.

§
Tags?: Tag[] | null
[src]

The tags that have been applied to one or more Amazon Web Services resources.