ConfigDecodeConfigArgs

data class ConfigDecodeConfigArgs(val unvalidatedJson: Output<String>? = null) : ConvertibleToJava<ConfigDecodeConfigArgs>

Constructors

Link copied to clipboard
constructor(unvalidatedJson: Output<String>? = null)

Properties

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

The decoding settings are in JSON format and define a set of steps to perform to decode the data.

Functions

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