class Aws::GameLift::Types::S3Location

The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. This location is specified in CreateBuild, CreateScript, and UpdateScript requests.

@note When making an API call, you may pass S3Location

data as a hash:

    {
      bucket: "NonEmptyString",
      key: "NonEmptyString",
      role_arn: "NonEmptyString",
      object_version: "NonEmptyString",
    }

@!attribute [rw] bucket

An Amazon S3 bucket identifier. This is the name of the S3 bucket.

<note markdown="1"> GameLift currently does not support uploading from Amazon S3 buckets
with names that contain a dot (.).

 </note>
@return [String]

@!attribute [rw] key

The name of the zip file that contains the build files or script
files.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name ([ARN][1]) for an IAM role that allows
Amazon GameLift to access the S3 bucket.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
@return [String]

@!attribute [rw] object_version

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/S3Location AWS API Documentation

Constants

SENSITIVE