AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.S3Location

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class S3Location

The S3Location type exposes the following members

Constructors

NameDescription
Public Method S3Location()

Properties

NameTypeDescription
Public Property Bucket System.String

Gets and sets the property Bucket.

An Amazon S3 bucket identifier. Thename of the S3 bucket.

Amazon GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).

Public Property Key System.String

Gets and sets the property Key.

The name of the zip file that contains the build files or script files.

Public Property ObjectVersion System.String

Gets and sets the property 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.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5