AWS::ACMPCA::PermissionPermission set on private certificate authority
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Actions | Array<string> | RequiredCreate-only |
CertificateAuthorityArn | string | RequiredCreate-only |
Principal | string | RequiredCreate-only |
SourceAccount | string | Create-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
acm-pca:CreatePermissionacm-pca:ListPermissionsacm-pca:ListPermissionsacm-pca:DeletePermissionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCertificateAuthorityArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ActionsCertificateAuthorityArnPrincipalSourceAccount