ScriptS3LocationArgs

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

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>

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

Link copied to clipboard
val key: Output<String>

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

Link copied to clipboard
val objectVersion: Output<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
val roleArn: Output<String>

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

Functions

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