This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Signer::SigningJob
Contains information about a signing job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Signer::SigningJob", "Properties" : { "ProfileName" :String} }
YAML
Type: AWS::Signer::SigningJob Properties: ProfileName:String
Properties
ProfileName-
The name of the signing profile that created a signing job.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_]{2,}$Minimum:
2Maximum:
64Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CompletedAtProperty description not available.
CreatedAt-
The date and time that the signing job was created.
JobId-
The ID of the signing job.
JobInvoker-
The AWS account ID of the job invoker.
JobOwner-
The AWS account ID of the job owner.
PlatformDisplayName-
The name of a signing platform.
PlatformId-
The unique identifier for a signing platform.
ProfileVersion-
The version of the signing profile that created a signing job.
RequestedByProperty description not available.
SignatureExpiresAt-
The time when the signature of a signing job expires.
Status-
The status of the signing job.