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/cloudfront.ts?docs=full";

The request to remove tags from a CloudFront resource.

interface UntagResourceRequest {
Resource: string;
TagKeys: TagKeys;
}

§Properties

§
Resource: string
[src]

An ARN of a CloudFront resource.

§
TagKeys: TagKeys
[src]

A complex type that contains zero or more Tag key elements.