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

DeletePermissionRequest

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

§Properties

§
CertificateAuthorityArn: string
[src]

The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:

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

§
Principal: string
[src]

The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com

§
SourceAccount?: string | null
[src]

The Amazon Web Services account that calls this action.