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

Tag

import type { Tag } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";

A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in AWS accounts.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The key for the tag.

§
Value: string
[src]

The value of the tag.