AWS::Signer::SigningJobRepresents an AWS Signer signing job. Signing jobs are initiated via StartSigningJob and are read-only resources that provide visibility into code signing operations.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProfileName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the signing job. |
CompletedAt | string | Date and time that the signing job was completed. |
CreatedAt | string | Date and time that the signing job was created. |
JobId | string | The ID of the signing job. |
JobInvoker | string | The IAM entity that initiated the signing job. |
JobOwner | string | The AWS account ID of the job owner. |
PlatformDisplayName | string | A human-readable name for the signing platform associated with the signing job. |
PlatformId | string | The microcontroller platform to which the signed code image will be distributed. |
ProfileVersion | string | The version of the signing profile used to initiate the signing job. |
RequestedBy | string | The IAM principal that requested the signing job. |
SignatureExpiresAt | string | The expiration timestamp for the signature generated by the signing job. |
SignedObject | SignedObject | The S3 location of the signed code image. |
Source | Source | The S3 bucket that contains the object to sign. |
Status | string | Status of the signing job. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Signer::SigningJob
Resources:
MyResource:
Type: AWS::Signer::SigningJob
Properties:
ProfileName: "my-profilename"Permissions CloudFormation needs in your IAM role to manage this resource.
signer:DescribeSigningJobsigner:ListSigningJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileName