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

Hsm

import type { Hsm } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";

Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.

interface Hsm {
AvailabilityZone?: string | null;
ClusterId?: string | null;
EniId?: string | null;
EniIp?: string | null;
HsmId: string;
State?: HsmState | null;
StateMessage?: string | null;
SubnetId?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone that contains the HSM.

§
ClusterId?: string | null
[src]

The identifier (ID) of the cluster that contains the HSM.

§
EniId?: string | null
[src]

The identifier (ID) of the HSM's elastic network interface (ENI).

§
EniIp?: string | null
[src]

The IP address of the HSM's elastic network interface (ENI).

§
HsmId: string
[src]

The HSM's identifier (ID).

§
State?: HsmState | null
[src]

The HSM's state.

§
StateMessage?: string | null
[src]

A description of the HSM's state.

§
SubnetId?: string | null
[src]

The subnet that contains the HSM's elastic network interface (ENI).