signer:DescribeSigningJob

Read

signer:DescribeSigningJob is a Read access-level action in the signer service. Grants permission to return information about a specific Signing Job

Resource types

ARNs that signer:DescribeSigningJob can be scoped to in an IAM policy.

arn:${Partition}:signer:${Region}:${Account}:/signing-jobs/${JobId}
signing-job

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows signer:DescribeSigningJob. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSignerDescribeSigningJob",
      "Effect": "Allow",
      "Action": "signer:DescribeSigningJob",
      "Resource": "*"
    }
  ]
}

Related actions in signer

View all signer actions →