--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_acmpca_permission Resource - terraform-provider-awscc" subcategory: "" description: |- Permission set on private certificate authority --- # awscc_acmpca_permission (Resource) Permission set on private certificate authority ## Schema ### Required - `actions` (List of String) The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided. - `certificate_authority_arn` (String) The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission. - `principal` (String) The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com. ### Optional - `source_account` (String) The ID of the calling account. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_acmpca_permission.example ```