Show / Hide Table of Contents

Class LogsCustomPipelineProcessorArgs

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

Constructors

View Source

LogsCustomPipelineProcessorArgs()

Declaration
public LogsCustomPipelineProcessorArgs()

Properties

View Source

ArithmeticProcessor

Declaration
public Input<LogsCustomPipelineProcessorArithmeticProcessorArgs> ArithmeticProcessor { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorArithmeticProcessorArgs>
View Source

AttributeRemapper

Declaration
public Input<LogsCustomPipelineProcessorAttributeRemapperArgs> AttributeRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorAttributeRemapperArgs>
View Source

CategoryProcessor

Declaration
public Input<LogsCustomPipelineProcessorCategoryProcessorArgs> CategoryProcessor { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorCategoryProcessorArgs>
View Source

DateRemapper

Declaration
public Input<LogsCustomPipelineProcessorDateRemapperArgs> DateRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorDateRemapperArgs>
View Source

GeoIpParser

Declaration
public Input<LogsCustomPipelineProcessorGeoIpParserArgs> GeoIpParser { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorGeoIpParserArgs>
View Source

GrokParser

Declaration
public Input<LogsCustomPipelineProcessorGrokParserArgs> GrokParser { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorGrokParserArgs>
View Source

MessageRemapper

Declaration
public Input<LogsCustomPipelineProcessorMessageRemapperArgs> MessageRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorMessageRemapperArgs>
View Source

Pipeline

Declaration
public Input<LogsCustomPipelineProcessorPipelineArgs> Pipeline { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorPipelineArgs>
View Source

ServiceRemapper

Declaration
public Input<LogsCustomPipelineProcessorServiceRemapperArgs> ServiceRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorServiceRemapperArgs>
View Source

StatusRemapper

Declaration
public Input<LogsCustomPipelineProcessorStatusRemapperArgs> StatusRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorStatusRemapperArgs>
View Source

StringBuilderProcessor

Declaration
public Input<LogsCustomPipelineProcessorStringBuilderProcessorArgs> StringBuilderProcessor { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorStringBuilderProcessorArgs>
View Source

TraceIdRemapper

Declaration
public Input<LogsCustomPipelineProcessorTraceIdRemapperArgs> TraceIdRemapper { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorTraceIdRemapperArgs>
View Source

UrlParser

Declaration
public Input<LogsCustomPipelineProcessorUrlParserArgs> UrlParser { get; set; }
Property Value
Type Description
Input<LogsCustomPipelineProcessorUrlParserArgs>
View Source

UserAgentParser

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