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

CreateCertificateFromCsrResponse

import type { CreateCertificateFromCsrResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output from the CreateCertificateFromCsr operation.

interface CreateCertificateFromCsrResponse {
certificateArn?: string | null;
certificateId?: string | null;
certificatePem?: string | null;
}

§Properties

§
certificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

§
certificateId?: string | null
[src]

The ID of the certificate. Certificate management operations only take a certificateId.

§
certificatePem?: string | null
[src]

The certificate data, in PEM format.