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

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface TagResourceRequest {
ResourceId: string;
TagList: Tag[];
}

§Properties

§
ResourceId: string
[src]

The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use "DescribeClusters".

§
TagList: Tag[]
[src]

A list of one or more tags.