S3Location
The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.
Contents
Note
In the following list, the required parameters are described first.
- Bucket
-
An Amazon S3 bucket identifier. Thename of the S3 bucket.
Note
Amazon GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).
Type: String
Length Constraints: Minimum length of 1.
Required: No
- Key
-
The name of the zip file that contains the build files or script files.
Type: String
Length Constraints: Minimum length of 1.
Required: No
- ObjectVersion
-
The version of the file, if object versioning is turned on for the bucket. Amazon GameLift 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.
Type: String
Length Constraints: Minimum length of 1.
Required: No
- RoleArn
-
The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.
Type: String
Length Constraints: Minimum length of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: