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

CreateHsmRequest

import type { CreateHsmRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface CreateHsmRequest {
AvailabilityZone: string;
ClusterId: string;
IpAddress?: string | null;
}

§Properties

§
AvailabilityZone: string
[src]

The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use "DescribeClusters".

§
ClusterId: string
[src]

The identifier (ID) of the HSM's cluster. To find the cluster ID, use "DescribeClusters".

§
IpAddress?: string | null
[src]

The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.