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

CreateClusterRequest

import type { CreateClusterRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface CreateClusterRequest {
BackupRetentionPolicy?: BackupRetentionPolicy | null;
HsmType: string;
SourceBackupId?: string | null;
SubnetIds: string[];
TagList?: Tag[] | null;
}

§Properties

§
BackupRetentionPolicy?: BackupRetentionPolicy | null
[src]

A policy that defines how the service retains backups.

§
HsmType: string
[src]

The type of HSM to use in the cluster. Currently the only allowed value is hsm1.medium.

§
SourceBackupId?: string | null
[src]

The identifier (ID) of the cluster backup to restore. Use this value to restore the cluster from a backup instead of creating a new cluster. To find the backup ID, use "DescribeBackups".

§
SubnetIds: string[]
[src]

The identifiers (IDs) of the subnets where you are creating the cluster. You must specify at least one subnet. If you specify multiple subnets, they must meet the following criteria:

  • All subnets must be in the same virtual private cloud (VPC).
  • You can specify only one subnet per Availability Zone.
§
TagList?: Tag[] | null
[src]

Tags to apply to the CloudHSM cluster during creation.