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

Certificates

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

Contains one or more certificates or a certificate signing request (CSR).

interface Certificates {
AwsHardwareCertificate?: string | null;
ClusterCertificate?: string | null;
ClusterCsr?: string | null;
HsmCertificate?: string | null;
ManufacturerHardwareCertificate?: string | null;
}

§Properties

§
AwsHardwareCertificate?: string | null
[src]

The HSM hardware certificate issued (signed) by AWS CloudHSM.

§
ClusterCertificate?: string | null
[src]

The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

§
ClusterCsr?: string | null
[src]

The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.

§
HsmCertificate?: string | null
[src]

The HSM certificate issued (signed) by the HSM hardware.

§
ManufacturerHardwareCertificate?: string | null
[src]

The HSM hardware certificate issued (signed) by the hardware manufacturer.