View source: R/acmpca_operations.R
acmpca_create_permission | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.