Class LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokArgs
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineProcessorGrokParserGrokArgs()
Declaration
public LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokArgs()
Properties
View SourceMatchRules
Match rules for your grok parser.
Declaration
public Input<string> MatchRules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SupportRules
Support rules for your grok parser.
Declaration
public Input<string> SupportRules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |