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

Cluster

import type { Cluster } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudhsmv2.ts";
interface Cluster {
BackupPolicy?: BackupPolicy | null;
BackupRetentionPolicy?: BackupRetentionPolicy | null;
Certificates?: Certificates | null;
ClusterId?: string | null;
CreateTimestamp?: Date | number | null;
Hsms?: Hsm[] | null;
HsmType?: string | null;
PreCoPassword?: string | null;
SecurityGroup?: string | null;
SourceBackupId?: string | null;
State?: ClusterState | null;
StateMessage?: string | null;
SubnetMapping?: {
[key: string]: string | null | undefined;
}
| null;
TagList?: Tag[] | null;
VpcId?: string | null;
}

§Properties

§
BackupPolicy?: BackupPolicy | null
[src]
§
BackupRetentionPolicy?: BackupRetentionPolicy | null
[src]
§
Certificates?: Certificates | null
[src]
§
ClusterId?: string | null
[src]
§
CreateTimestamp?: Date | number | null
[src]
§
Hsms?: Hsm[] | null
[src]
§
HsmType?: string | null
[src]
§
PreCoPassword?: string | null
[src]
§
SecurityGroup?: string | null
[src]
§
SourceBackupId?: string | null
[src]
§
State?: ClusterState | null
[src]
§
StateMessage?: string | null
[src]
§
SubnetMapping?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
TagList?: Tag[] | null
[src]
§
VpcId?: string | null
[src]