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

UpdateCertificateAuthorityRequest

import type { UpdateCertificateAuthorityRequest } from "https://aws-api.deno.dev/v0.3/services/acmpca.ts?docs=full";
interface UpdateCertificateAuthorityRequest {
CertificateAuthorityArn: string;
RevocationConfiguration?: RevocationConfiguration | null;
}

§Properties

§
CertificateAuthorityArn: string
[src]

Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:

arn:aws:acm-pca:_region_:_account_:certificate-authority/_12345678-1234-1234-1234-123456789012_
§
RevocationConfiguration?: RevocationConfiguration | null
[src]

Contains information to enable Online Certificate Status Protocol (OCSP) support, to enable a certificate revocation list (CRL), to enable both, or to enable neither. If this parameter is not supplied, existing capibilites remain unchanged. For more information, see the OcspConfiguration and CrlConfiguration types.

§

Status of your private CA.