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

The request to add tags to a CloudFront resource.

interface TagResourceRequest {
Resource: string;
Tags: Tags;
}

§Properties

§
Resource: string
[src]

An ARN of a CloudFront resource.

§
Tags: Tags
[src]

A complex type that contains zero or more Tag elements.