AWS Fundamentals Logo
AWS Fundamentals
AWS::ACMPCA::Permission

ACMPCA Permission

Permission set on private certificate authority

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Actions
Array<string>
RequiredCreate-only
CertificateAuthorityArn
string
RequiredCreate-only
Principal
string
RequiredCreate-only
SourceAccount
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ACMPCA::Permission

Resources:
  MyResource:
    Type: AWS::ACMPCA::Permission
    Properties:
      Actions: []
      CertificateAuthorityArn: "arn:aws:service:region:account:resource"
      Principal: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

acm-pca:CreatePermissionacm-pca:ListPermissions

read

acm-pca:ListPermissions

delete

acm-pca:DeletePermission

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceACMPCA
Properties4
Required3
TaggingNot supported
Primary IDCertificateAuthorityArn

Supported Operations

CreateReadDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ActionsCertificateAuthorityArnPrincipalSourceAccount

External Links