This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Description": "Bobsled S3 Bucket Source Access Setup", | |
"Parameters": { | |
"BucketName": { | |
"Description": "Name of the S3 bucket", | |
"Type": "String", | |
"Default": "tomasz-bobsled-bucket", | |
"AllowedValues": [ | |
"tomasz-bobsled-bucket" |