DataSourceParametersS3ManifestFileLocationArgs

data class DataSourceParametersS3ManifestFileLocationArgs(val bucket: Output<String>, val key: Output<String>) : ConvertibleToJava<DataSourceParametersS3ManifestFileLocationArgs>

Constructors

constructor(bucket: Output<String>, key: Output<String>)

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the bucket that contains the manifest file.

Link copied to clipboard
val key: Output<String>

The key of the manifest file within the bucket.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceParametersS3ManifestFileLocationArgs