AWS::CodeCommit::Repository S3
Information about the Amazon S3 bucket that contains the code that will be committed to the new repository. Changes to this property are ignored after initial resource creation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Bucket" :String, "Key" :String, "ObjectVersion" :String}
YAML
Bucket:StringKey:StringObjectVersion:String
Properties
BucketThe name of the Amazon S3 bucket that contains the ZIP file with the content that will be committed to the new repository. This can be specified using the name of the bucket in the Amazon Web Services account. Changes to this property are ignored after initial resource creation.
Required: Yes
Type: String
Update requires: No interruption
KeyThe key to use for accessing the Amazon S3 bucket. Changes to this property are ignored after initial resource creation. For more information, see Creating object key names and Uploading objects in the Amazon S3 User Guide.
Required: Yes
Type: String
Update requires: No interruption
ObjectVersionThe object version of the ZIP file, if versioning is enabled for the Amazon S3 bucket. Changes to this property are ignored after initial resource creation.
Required: No
Type: String
Update requires: No interruption