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 S3SignedObject
The Amazon S3 bucket name and key where Signer saved your signed code image.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "Key" :String}
YAML
BucketName:StringKey:String
Properties
BucketName-
Name of the S3 bucket.
Required: No
Type: String
Update requires: No interruption
Key-
Key name that uniquely identifies a signed code image in your bucket.
Required: No
Type: String
Update requires: No interruption