Script S3Location Args
data class ScriptS3LocationArgs(val bucket: Output<String>, val key: Output<String>, val objectVersion: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<ScriptS3LocationArgs>
Properties
Link copied to clipboard
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.