Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreatePermissionRequest

Hierarchy

Properties

Actions: undefined | ActionType[]

The actions that the specified Amazon Web Services service principal can use. These include IssueCertificate, GetCertificate, and ListPermissions.

CertificateAuthorityArn: undefined | string

The Amazon Resource Name (ARN) of the CA that grants the permissions. You can find the ARN by calling the ListCertificateAuthorities action. This must have the following form:

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

Principal: undefined | string

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

SourceAccount?: string

The ID of the calling account.