Class ClassifierXmlClassifierGetArgs
Inherited Members
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 ClassifierXmlClassifierGetArgs : ResourceArgs
Constructors
View SourceClassifierXmlClassifierGetArgs()
Declaration
public ClassifierXmlClassifierGetArgs()
Properties
View SourceClassification
An identifier of the data format that the classifier matches.
Declaration
public Input<string> Classification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).
Declaration
public Input<string> RowTag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |