FixedInputDataArgs

data class FixedInputDataArgs(val columns: Output<Map<String, String>>? = null, val dataContext: Output<String>? = null, val inputDataType: Output<String>, val jobInputType: Output<Either<String, JobInputType>>, val uri: Output<String>) : ConvertibleToJava<FixedInputDataArgs>

Fixed input data definition.

Constructors

Link copied to clipboard
constructor(columns: Output<Map<String, String>>? = null, dataContext: Output<String>? = null, inputDataType: Output<String>, jobInputType: Output<Either<String, JobInputType>>, uri: Output<String>)

Properties

Link copied to clipboard
val columns: Output<Map<String, String>>? = null

Mapping of column names to special uses.

Link copied to clipboard
val dataContext: Output<String>? = null

The context metadata of the data source.

Link copied to clipboard
val inputDataType: Output<String>

Monitoring input data type enum. Expected value is 'Fixed'.

Link copied to clipboard
val jobInputType: Output<Either<String, JobInputType>>

Required Specifies the type of job.

Link copied to clipboard
val uri: Output<String>

Required Input Asset URI.

Functions

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