Class LogsCustomPipelineProcessorCategoryProcessorGetArgs
Inheritance
System.Object
LogsCustomPipelineProcessorCategoryProcessorGetArgs
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 LogsCustomPipelineProcessorCategoryProcessorGetArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorCategoryProcessorGetArgs()
Declaration
public LogsCustomPipelineProcessorCategoryProcessorGetArgs()
Properties
View SourceCategories
List of filters to match or exclude a log with their corresponding name to assign a custom value to the log.
Declaration
public InputList<LogsCustomPipelineProcessorCategoryProcessorCategoryGetArgs> Categories { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsCustomPipelineProcessorCategoryProcessorCategoryGetArgs> |
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> |
Target
Name of the parent attribute that contains all the extracted details from the sources.
Declaration
public Input<string> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |