acmpca_create_permission {paws.security.identity} | R Documentation |
Grants one or more permissions on a private CA to the Certificate Manager (ACM) service principal (acm
Description
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.
Usage
acmpca_create_permission(
CertificateAuthorityArn,
Principal,
SourceAccount = NULL,
Actions
)
Arguments
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) of the CA that grants the permissions.
You can find the ARN by calling the
|
Principal |
[required] The Amazon Web Services service or identity that receives the
permission. At this time, the only valid principal is
|
SourceAccount |
The ID of the calling account. |
Actions |
[required] The actions that the specified Amazon Web Services service principal can
use. These include |