DataSourceParametersS3ManifestFileLocation

data class DataSourceParametersS3ManifestFileLocation(val bucket: String, val key: String)

Constructors

constructor(bucket: String, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bucket that contains the manifest file.

Link copied to clipboard
val key: String

The key of the manifest file within the bucket.