acmpca_create_permission: Grants one or more permissions on a private CA to the...

View source: R/acmpca_operations.R

acmpca_create_permissionR 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 list_certificate_authorities action. This must have the following form:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

Principal

[required] The Amazon Web Services service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.

SourceAccount

The ID of the calling account.

Actions

[required] The actions that the specified Amazon Web Services service principal can use. These include issue_certificate, get_certificate, and list_permissions.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.