DataFlowBuiltInTransformationDatasetArgs

data class DataFlowBuiltInTransformationDatasetArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val inputs: Output<List<String>>, val key: Output<String>, val schemaRef: Output<String>? = null) : ConvertibleToJava<DataFlowBuiltInTransformationDatasetArgs>

DataFlow BuiltIn Transformation dataset properties

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, expression: Output<String>? = null, inputs: Output<List<String>>, key: Output<String>, schemaRef: Output<String>? = null)

Properties

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

A user provided optional description of the dataset.

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

Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 $2 (Assuming inputs section $1 and $2 are provided)

Link copied to clipboard
val inputs: Output<List<String>>

List of fields for enriching from the Broker State Store.

Link copied to clipboard
val key: Output<String>

The key of the dataset.

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

The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.

Functions

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