Class LogsCustomPipelineProcessorPipelineArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorPipelineArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineArgs()
Declaration
public LogsCustomPipelineProcessorPipelineArgs()
Properties
View SourceFilters
Defines the nested pipeline filter. Only logs that match the filter criteria are processed by this pipeline.
Declaration
public InputList<LogsCustomPipelineProcessorPipelineFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsCustomPipelineProcessorPipelineFilterArgs> |
IsEnabled
If the processor is enabled or not.
Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the processor
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Processors
Processors. Nested pipeline can't take any other nested pipeline as its processor.
Declaration
public InputList<LogsCustomPipelineProcessorPipelineProcessorArgs> Processors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsCustomPipelineProcessorPipelineProcessorArgs> |