DatasetFormatOptionsArgs

data class DatasetFormatOptionsArgs(val csv: Output<DatasetCsvOptionsArgs>? = null, val excel: Output<DatasetExcelOptionsArgs>? = null, val json: Output<DatasetJsonOptionsArgs>? = null) : ConvertibleToJava<DatasetFormatOptionsArgs>

Format options for dataset

Constructors

Link copied to clipboard
constructor(csv: Output<DatasetCsvOptionsArgs>? = null, excel: Output<DatasetExcelOptionsArgs>? = null, json: Output<DatasetJsonOptionsArgs>? = null)

Properties

Link copied to clipboard
val csv: Output<DatasetCsvOptionsArgs>? = null

Options that define how CSV input is to be interpreted by DataBrew.

Link copied to clipboard
val excel: Output<DatasetExcelOptionsArgs>? = null

Options that define how Excel input is to be interpreted by DataBrew.

Link copied to clipboard
val json: Output<DatasetJsonOptionsArgs>? = null

Options that define how JSON input is to be interpreted by DataBrew.

Functions

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