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::GameLift::Script S3Location
The location in Amazon S3 where build or script files can be stored for access by Amazon GameLift.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Bucket" :String, "Key" :String, "ObjectVersion" :String, "RoleArn" :String}
YAML
Bucket:StringKey:StringObjectVersion:StringRoleArn:String
Properties
- Bucket
- 
                    An Amazon S3 bucket identifier. Thename of the S3 bucket. NoteAmazon GameLift Servers doesn't support uploading from Amazon S3 buckets with names that contain a dot (.). Required: Yes Type: String Minimum: 1Update requires: No interruption 
- Key
- 
                    The name of the zip file that contains the build files or script files. Required: Yes Type: String Minimum: 1Update requires: No interruption 
- ObjectVersion
- 
                    The version of the file, if object versioning is turned on for the bucket. Amazon GameLift Servers uses this information when retrieving files from an S3 bucket that you own. Use this parameter to specify a specific version of the file. If not set, the latest version of the file is retrieved. Required: No Type: String Minimum: 1Update requires: No interruption 
- RoleArn
- 
                    The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift Servers to access the S3 bucket. Required: Yes Type: String Minimum: 1Update requires: No interruption