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.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateHsmConfigurationMessage {
Description: string;
HsmConfigurationIdentifier: string;
HsmIpAddress: string;
HsmPartitionName: string;
HsmPartitionPassword: string;
HsmServerPublicCertificate: string;
Tags?: Tag[] | null;
}

§Properties

§
Description: string
[src]

A text description of the HSM configuration to be created.

§
HsmConfigurationIdentifier: string
[src]

The identifier to be assigned to the new Amazon Redshift HSM configuration.

§
HsmIpAddress: string
[src]

The IP address that the Amazon Redshift cluster must use to access the HSM.

§
HsmPartitionName: string
[src]

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

§
HsmPartitionPassword: string
[src]

The password required to access the HSM partition.

§
HsmServerPublicCertificate: string
[src]

The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

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

A list of tag instances.