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

TagResourceInput

import type { TagResourceInput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";
interface TagResourceInput {
ResourceArn: string;
Tags: Tag[];
}

§Properties

§
ResourceArn: string
[src]

The ARN of a resource, such as a CodeDeploy application or deployment group.

§
Tags: Tag[]
[src]

A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter.