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

AddTagsInput

import type { AddTagsInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

This input identifies an Amazon EMR resource and a list of tags to attach.

interface AddTagsInput {
ResourceId: string;
Tags: Tag[];
}

§Properties

§
ResourceId: string
[src]

The Amazon EMR resource identifier to which tags will be added. For example, a cluster identifier or an Amazon EMR Studio ID.

§
Tags: Tag[]
[src]

A list of tags to associate with a resource. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.