AWS::CodeStar::GitHubRepository S3 - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::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 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 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.