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

GenerateClientCertificateRequest

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

A request to generate a "ClientCertificate" resource.

interface GenerateClientCertificateRequest {
description?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
description?: string | null
[src]

The description of the "ClientCertificate".

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.