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/ssoadmin.ts?docs=full";
interface TagResourceRequest {
InstanceArn: string;
ResourceArn: string;
Tags: Tag[];
}

§Properties

§
InstanceArn: string
[src]

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

§
ResourceArn: string
[src]

The ARN of the resource with the tags to be listed.

§
Tags: Tag[]
[src]

A set of key-value pairs that are used to manage the resource.