ScriptS3Location

data class ScriptS3Location(val bucket: String, val key: String, val objectVersion: String? = null, val roleArn: String)

Constructors

Link copied to clipboard
constructor(bucket: String, key: String, objectVersion: String? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val key: String

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

Link copied to clipboard
val objectVersion: String? = null

The version of the file, if object versioning is turned on for the bucket. Amazon GameLift uses this information when retrieving files from your S3 bucket. To retrieve a specific version of the file, provide an object version. To retrieve the latest version of the file, do not set this parameter.

Link copied to clipboard

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