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

CreateHsmConfigurationMessage

import type { CreateHsmConfigurationMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface CreateHsmConfigurationMessage {
Description: string;
HsmConfigurationIdentifier: string;
HsmIpAddress: string;
HsmPartitionName: string;
HsmPartitionPassword: string;
HsmServerPublicCertificate: string;
Tags?: Tag[] | null;
}

§Properties

§
Description: string
[src]
§
HsmConfigurationIdentifier: string
[src]
§
HsmIpAddress: string
[src]
§
HsmPartitionName: string
[src]
§
HsmPartitionPassword: string
[src]
§
HsmServerPublicCertificate: string
[src]
§
Tags?: Tag[] | null
[src]