Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).
See https://www.paws-r-sdk.com/docs/acmpca_delete_permission/ for full documentation.
acmpca_delete_permission(
CertificateAuthorityArn,
Principal,
SourceAccount = NULL
)
[required] The Amazon Resource Number (ARN) of the private CA that issued the
permissions. You can find the CA's ARN by calling the
list_certificate_authorities
action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
[required] 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
The Amazon Web Services account that calls this action.