CustomPluginLocationS3

data class CustomPluginLocationS3(val bucketArn: String, val fileKey: String, val objectVersion: String? = null)

Constructors

Link copied to clipboard
constructor(bucketArn: String, fileKey: String, objectVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of an S3 bucket.

Link copied to clipboard

The file key for an object in an S3 bucket.

Link copied to clipboard
val objectVersion: String? = null

The version of an object in an S3 bucket.