JsonFileFormatArgs

data class JsonFileFormatArgs(val compression: Output<JsonFileFormatCompression>? = null, val schemaFileFormat: Output<JsonFileFormatSchemaFileFormat>? = null) : ConvertibleToJava<JsonFileFormatArgs>

JSON file format configuration.

Constructors

Link copied to clipboard
fun JsonFileFormatArgs(compression: Output<JsonFileFormatCompression>? = null, schemaFileFormat: Output<JsonFileFormatSchemaFileFormat>? = null)

Functions

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

Properties

Link copied to clipboard

Compression of the loaded JSON file.

Link copied to clipboard

The schema file format along JSON data files.