BotS3Location

data class BotS3Location(val s3Bucket: String, val s3ObjectKey: String, val s3ObjectVersion: String? = null)

Constructors

Link copied to clipboard
constructor(s3Bucket: String, s3ObjectKey: String, s3ObjectVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket name.

Link copied to clipboard

The path and file name to the object in the S3 bucket.

Link copied to clipboard
val s3ObjectVersion: String? = null

The version of the object in the S3 bucket.