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

TagPolicyRequest

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

§Properties

§
PolicyArn: string
[src]

The ARN of the IAM customer managed policy to which you want to add tags.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

§
Tags: Tag[]
[src]

The list of tags that you want to attach to the IAM customer managed policy. Each tag consists of a key name and an associated value.