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.3/services/dax.ts?docs=full";
interface UntagResourceRequest {
ResourceName: string;
TagKeys: string[];
}

§Properties

§
ResourceName: string
[src]

The name of the DAX resource from which the tags should be removed.

§
TagKeys: string[]
[src]

A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.