Show / Hide Table of Contents

Class LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory

Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory
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.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory

Fields

View Source

Filters

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

Declaration
public readonly ImmutableArray<LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter>
View Source

Name

Name of the processor

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.