Class LogsCustomPipelineProcessorArgs
Inheritance
System.Object
LogsCustomPipelineProcessorArgs
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()
Assembly: Pulumi.Datadog.dll
public sealed class LogsCustomPipelineProcessorArgs : ResourceArgs
Constructors
View Source
Declaration
public LogsCustomPipelineProcessorArgs()
Properties
View Source
Declaration
public Input<LogsCustomPipelineProcessorArithmeticProcessorArgs> ArithmeticProcessor { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorAttributeRemapperArgs> AttributeRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorCategoryProcessorArgs> CategoryProcessor { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorDateRemapperArgs> DateRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorGeoIpParserArgs> GeoIpParser { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorGrokParserArgs> GrokParser { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorMessageRemapperArgs> MessageRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorPipelineArgs> Pipeline { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorServiceRemapperArgs> ServiceRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorStatusRemapperArgs> StatusRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorStringBuilderProcessorArgs> StringBuilderProcessor { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorTraceIdRemapperArgs> TraceIdRemapper { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorUrlParserArgs> UrlParser { get; set; }
Property Value
View Source
Declaration
public Input<LogsCustomPipelineProcessorUserAgentParserArgs> UserAgentParser { get; set; }
Property Value