Class ClassifierGrokClassifierArgs
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 ClassifierGrokClassifierArgs : ResourceArgs
Constructors
View SourceClassifierGrokClassifierArgs()
Declaration
public ClassifierGrokClassifierArgs()
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> |
CustomPatterns
Custom grok patterns used by this classifier.
Declaration
public Input<string> CustomPatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GrokPattern
The grok pattern used by this classifier.
Declaration
public Input<string> GrokPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |