Parser Config Args
data class ParserConfigArgs(val allowNullHeader: Output<Boolean>? = null, val schema: Output<SchemaPackageArgs>? = null, val segmentTerminator: Output<String>? = null, val version: Output<ParserConfigVersion>? = null) : ConvertibleToJava<ParserConfigArgs>
The configuration for the parser. It determines how the server parses the messages.
Constructors
Link copied to clipboard
fun ParserConfigArgs(allowNullHeader: Output<Boolean>? = null, schema: Output<SchemaPackageArgs>? = null, segmentTerminator: Output<String>? = null, version: Output<ParserConfigVersion>? = null)