Class LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorArgs
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorArgs
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 LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorArgs()
Declaration
public LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorArgs()
Properties
View SourceIsEnabled
If the processor is enabled or not.
Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IsReplaceMissing
If it replaces all missing attributes of template by an empty string.
- trace_id_remapper
Declaration
public Input<bool> IsReplaceMissing { 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> |
Template
The formula with one or more attributes and raw text.
Declaration
public Input<string> Template { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |