Show / Hide Table of Contents

Class LogsCustomPipelineProcessorCategoryProcessorCategoryArgs

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

Constructors

View Source

LogsCustomPipelineProcessorCategoryProcessorCategoryArgs()

Declaration
public LogsCustomPipelineProcessorCategoryProcessorCategoryArgs()

Properties

View Source

Filters

Defines the nested pipeline filter. Only logs that match the filter criteria are processed by this pipeline.

Declaration
public InputList<LogsCustomPipelineProcessorCategoryProcessorCategoryFilterArgs> Filters { get; set; }
Property Value
Type Description
InputList<LogsCustomPipelineProcessorCategoryProcessorCategoryFilterArgs>
View Source

Name

Name of the processor

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