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 S3Source
Information about the Amazon S3 bucket where you saved your unsigned code.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "Key" :String, "Version" :String}
YAML
BucketName:StringKey:StringVersion:String
Properties
BucketName-
Name of the S3 bucket.
Required: Yes
Type: String
Update requires: No interruption
Key-
Key name of the bucket object that contains your unsigned code.
Required: Yes
Type: String
Update requires: No interruption
Version-
Version of your source image in your version enabled S3 bucket.
Required: Yes
Type: String
Update requires: No interruption