ClassifierXmlClassifierArgs

data class ClassifierXmlClassifierArgs(val classification: Output<String>, val rowTag: Output<String>) : ConvertibleToJava<ClassifierXmlClassifierArgs>

Constructors

Link copied to clipboard
constructor(classification: Output<String>, rowTag: Output<String>)

Properties

Link copied to clipboard
val classification: Output<String>

An identifier of the data format that the classifier matches.

Link copied to clipboard
val rowTag: Output<String>

The XML tag designating the element that contains each record in an XML document being parsed. Note that this cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

Functions

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