AWS::CodeStar::GitHubRepository S3 - AWS CloudFormation (original) (raw)
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 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 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.
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.