FileReferenceInputDataSourceArgs

data class FileReferenceInputDataSourceArgs(val path: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FileReferenceInputDataSourceArgs>

Describes a file input data source that contains reference data.

Constructors

Link copied to clipboard
constructor(path: Output<String>? = null, type: Output<String>)

Properties

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

The path of the file.

Link copied to clipboard
val type: Output<String>

Indicates the type of input data source containing reference data. Required on PUT (CreateOrReplace) requests. Expected value is 'File'.

Functions

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