AnalysisStaticFileS3SourceOptions

data class AnalysisStaticFileS3SourceOptions(val bucketName: String, val objectKey: String, val region: String)

Constructors

Link copied to clipboard
constructor(bucketName: String, objectKey: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Amazon S3 bucket.

Link copied to clipboard

The identifier of the static file in the Amazon S3 bucket.

Link copied to clipboard

The Region of the Amazon S3 account that contains the bucket.