This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CodeStar::GitHubRepository S3
The S3 property type specifies information about the Amazon S3 bucket
         that contains the code to be committed to the new repository.
S3 is a property of the AWS::CodeStar::GitHubRepository
         resource.
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
- Bucket
- 
                    The name of the Amazon S3 bucket that contains the ZIP file with the content to be committed to the new repository. Required: Yes Type: String Update requires: Updates are not supported. 
- Key
- 
                    The S3 object key or file name for the ZIP file. Required: Yes Type: String Update requires: Updates are not supported. 
- ObjectVersion
- 
                    The object version of the ZIP file, if versioning is enabled for the Amazon S3 bucket. Required: No Type: String Update requires: Updates are not supported.