Grants one or more permissions on a private CA to the Certificate Manager (ACM) service principal (acm.amazonaws.com
). These permissions allow ACM to issue and renew ACM certificates that reside in the same Amazon Web Services account as the CA.
See https://www.paws-r-sdk.com/docs/acmpca_create_permission/ for full documentation.
acmpca_create_permission(
CertificateAuthorityArn,
Principal,
SourceAccount = NULL,
Actions
)
[required] The Amazon Resource Name (ARN) of the CA that grants the permissions.
You can find the 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 receives the
permission. At this time, the only valid principal is
acm.amazonaws.com
.
The ID of the calling account.
[required] The actions that the specified Amazon Web Services service principal can
use. These include issue_certificate
,
get_certificate
, and
list_permissions
.