Class LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryGetArgs
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryGetArgs
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 LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryGetArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryGetArgs()
Declaration
public LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryGetArgs()
Properties
View SourceFilters
Defines the nested pipeline filter. Only logs that match the filter criteria are processed by this pipeline.
Declaration
public InputList<LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterGetArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterGetArgs> |
Name
Name of the processor
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |