Show / Hide Table of Contents

Class LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor

Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor
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 LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor

Fields

View Source

Categories

List of filters to match or exclude a log with their corresponding name to assign a custom value to the log.

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

IsEnabled

If the processor is enabled or not.

Declaration
public readonly bool? IsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

Name of the processor

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Target

Name of the parent attribute that contains all the extracted details from the sources.

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