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

TagServerCertificateRequest

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

§Properties

§
ServerCertificateName: string
[src]

The name of the IAM server certificate 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 server certificate. Each tag consists of a key name and an associated value.