Class LogsCustomPipelineProcessorPipeline
Inheritance
System.Object
LogsCustomPipelineProcessorPipeline
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 LogsCustomPipelineProcessorPipeline
Fields
View SourceFilters
Defines the nested pipeline filter. Only logs that match the filter criteria are processed by this pipeline.
Declaration
public readonly ImmutableArray<LogsCustomPipelineProcessorPipelineFilter> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LogsCustomPipelineProcessorPipelineFilter> |
IsEnabled
If the processor is enabled or not.
Declaration
public readonly bool? IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Name of the processor
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Processors
Processors. Nested pipeline can't take any other nested pipeline as its processor.
Declaration
public readonly ImmutableArray<LogsCustomPipelineProcessorPipelineProcessor> Processors
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LogsCustomPipelineProcessorPipelineProcessor> |