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

DeleteCertificateAuthorityRequest

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

§Properties

§
CertificateAuthorityArn: string
[src]

The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must have the following form:

arn:aws:acm-pca:_region_:_account_:certificate-authority/_12345678-1234-1234-1234-123456789012_.

§
PermanentDeletionTimeInDays?: number | null
[src]

The number of days to make a CA restorable after it has been deleted. This can be anywhere from 7 to 30 days, with 30 being the default.