ScriptStorageLocation

data class ScriptStorageLocation(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

Name of your S3 bucket.

Link copied to clipboard
val key: String

Name of the zip file containing your script files.

Link copied to clipboard
val objectVersion: String? = null

A specific version of the file. If not set, the latest version of the file is retrieved.

Link copied to clipboard

ARN of the access role that allows Amazon GameLift to access your S3 bucket.