DatasetParameterArgs

data class DatasetParameterArgs(val createColumn: Output<Boolean>? = null, val datetimeOptions: Output<DatasetDatetimeOptionsArgs>? = null, val filter: Output<DatasetFilterExpressionArgs>? = null, val name: Output<String>, val type: Output<DatasetParameterType>) : ConvertibleToJava<DatasetParameterArgs>

Constructors

Link copied to clipboard
constructor(createColumn: Output<Boolean>? = null, datetimeOptions: Output<DatasetDatetimeOptionsArgs>? = null, filter: Output<DatasetFilterExpressionArgs>? = null, name: Output<String>, type: Output<DatasetParameterType>)

Properties

Link copied to clipboard
val createColumn: Output<Boolean>? = null

Add the value of this parameter as a column in a dataset.

Link copied to clipboard

Additional parameter options such as a format and a timezone. Required for datetime parameters.

Link copied to clipboard
val filter: Output<DatasetFilterExpressionArgs>? = null

The optional filter expression structure to apply additional matching criteria to the parameter.

Link copied to clipboard
val name: Output<String>

The name of the parameter that is used in the dataset's Amazon S3 path.

Link copied to clipboard

Parameter type

Functions

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