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

CertificateAuthenticationRequest

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

Information about the client certificate to be used for authentication.

interface CertificateAuthenticationRequest {
ClientRootCertificateChainArn?: string | null;
}

§Properties

§
ClientRootCertificateChainArn?: string | null
[src]

The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).