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

ResourceTag

import type { ResourceTag } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";

Information about a resource tag used to identify resources that are to be retained by a Recycle Bin retention rule.

interface ResourceTag {
ResourceTagKey: string;
ResourceTagValue?: string | null;
}

§Properties

§
ResourceTagKey: string
[src]

The tag key.

§
ResourceTagValue?: string | null
[src]

The tag value.