Show / Hide Table of Contents

Class LogsCustomPipelineProcessorGrokParserGrokGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogsCustomPipelineProcessorGrokParserGrokGetArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorGrokParserGrokGetArgs : ResourceArgs

Constructors

View Source

LogsCustomPipelineProcessorGrokParserGrokGetArgs()

Declaration
public LogsCustomPipelineProcessorGrokParserGrokGetArgs()

Properties

View Source

MatchRules

Match rules for your grok parser.

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

SupportRules

Support rules for your grok parser.

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