Show / Hide Table of Contents

Class ClassifierGrokClassifier

Inheritance
System.Object
ClassifierGrokClassifier
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClassifierGrokClassifier

Fields

View Source

Classification

An identifier of the data format that the classifier matches.

Declaration
public readonly string Classification
Field Value
Type Description
System.String
View Source

CustomPatterns

Custom grok patterns used by this classifier.

Declaration
public readonly string CustomPatterns
Field Value
Type Description
System.String
View Source

GrokPattern

The grok pattern used by this classifier.

Declaration
public readonly string GrokPattern
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.