Show / Hide Table of Contents

Class ClassifierXmlClassifierArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClassifierXmlClassifierArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClassifierXmlClassifierArgs : ResourceArgs

Constructors

View Source

ClassifierXmlClassifierArgs()

Declaration
public ClassifierXmlClassifierArgs()

Properties

View Source

Classification

An identifier of the data format that the classifier matches.

Declaration
public Input<string> Classification { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RowTag

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, &lt;row item_a=&quot;A&quot; item_b=&quot;B&quot;>&lt;/row> is okay, but &lt;row item_a=&quot;A&quot; item_b=&quot;B&quot; /> is not).

Declaration
public Input<string> RowTag { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.