v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141710872.9 KB

Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements:

  • You must create an Amazon S3 source bucket. For more information, see Create a Bucket in the Amazon S3 Getting Started Guide.

  • Your S3 source bucket must be version enabled.

  • You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code.

  • You specify the name of the source and destination buckets when calling the StartSigningJob operation.

  • You must also specify a request token that identifies your request to code signing.

You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob.

For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/

post/signing-jobs

Request body

profileNamestring required

The name of the signing profile.

clientRequestTokenstring required

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

profileOwnerstring

The AWS account ID of the signing profile owner.

Response

Success

jobIdstring

The ID of your signing job.

jobOwnerstring

The AWS account ID of the signing job owner.