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

UntagResourceRequest

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

§Properties

§
ResourceId: string
[src]

The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use "DescribeClusters".

§
TagKeyList: string[]
[src]

A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.