JsonWriteSettingsArgs

data class JsonWriteSettingsArgs(val filePattern: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonWriteSettingsArgs>

Json write settings.

Constructors

Link copied to clipboard
constructor(filePattern: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val filePattern: Output<Any>? = null

File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.

Link copied to clipboard
val type: Output<String>

The write setting type. Expected value is 'JsonWriteSettings'.

Functions

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