Show / Hide Table of Contents

Class ClassifierGrokClassifierArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClassifierGrokClassifierArgs
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 ClassifierGrokClassifierArgs : ResourceArgs

Constructors

View Source

ClassifierGrokClassifierArgs()

Declaration
public ClassifierGrokClassifierArgs()

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

CustomPatterns

Custom grok patterns used by this classifier.

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

GrokPattern

The grok pattern used by this classifier.

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