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 AWS CloudFormation template, use the following syntax:
JSON
{ "Bucket" :
String
, "Key" :String
, "ObjectVersion" :String
}
YAML
Bucket:
String
Key:String
ObjectVersion:String
Properties
Bucket
-
The 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 AWS account. Changes to this property are ignored after initial resource creation.
Required: Yes
Type: String
Update requires: No interruption
Key
-
The 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
ObjectVersion
-
The 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