ScriptStorageLocationArgs

data class ScriptStorageLocationArgs(val bucket: Output<String>, val key: Output<String>, val objectVersion: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<ScriptStorageLocationArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

Name of your S3 bucket.

Link copied to clipboard
val key: Output<String>

Name of the zip file containing your script files.

Link copied to clipboard
val objectVersion: Output<String>? = null

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

Link copied to clipboard
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ScriptStorageLocationArgs