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
constructor(compression: Output<JsonFileFormatCompression>? = null, schemaFileFormat: Output<JsonFileFormatSchemaFileFormat>? = null)

Properties

Link copied to clipboard

Compression of the loaded JSON file.

Link copied to clipboard

The schema file format along JSON data files.

Functions

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