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

CreateHsmClientCertificateMessage

import type { CreateHsmClientCertificateMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateHsmClientCertificateMessage {
HsmClientCertificateIdentifier: string;
Tags?: Tag[] | null;
}

§Properties

§
HsmClientCertificateIdentifier: string
[src]

The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

§
Tags?: Tag[] | null
[src]

A list of tag instances.