Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface Permission

Permissions designate which private CA actions can be performed by an Amazon Web Services service or entity. In order for ACM to automatically renew private certificates, you must give the ACM service principal all available permissions (IssueCertificate, GetCertificate, and ListPermissions). Permissions can be assigned with the CreatePermission action, removed with the DeletePermission action, and listed with the ListPermissions action.

Hierarchy

  • Permission

Properties

Actions?: string[]

The private CA actions that can be performed by the designated Amazon Web Services service.

CertificateAuthorityArn?: string

The Amazon Resource Number (ARN) of the private CA from which the permission was issued.

CreatedAt?: Date

The time at which the permission was created.

Policy?: string

The name of the policy that is associated with the permission.

Principal?: string

The Amazon Web Services service or entity that holds the permission. At this time, the only valid principal is acm.amazonaws.com.

SourceAccount?: string

The ID of the account that assigned the permission.