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

InitializeClusterRequest

import type { InitializeClusterRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface InitializeClusterRequest {
ClusterId: string;
SignedCert: string;
TrustAnchor: string;
}

§Properties

§
ClusterId: string
[src]

The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use "DescribeClusters".

§
SignedCert: string
[src]

The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate must be in PEM format and can contain a maximum of 5000 characters.

§
TrustAnchor: string
[src]

The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate. You must use a self-signed certificate. The certificate used to sign the HSM CSR must be directly available, and thus must be the root certificate. The certificate must be in PEM format and can contain a maximum of 5000 characters.