Class LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper
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 LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper
Fields
View SourceIsEnabled
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 |
OverrideOnConflict
Override the target element if already set.
Declaration
public readonly bool? OverrideOnConflict
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PreserveSource
Remove or preserve the remapped source element.
Declaration
public readonly bool? PreserveSource
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Sources
List of source attributes.
Declaration
public readonly ImmutableArray<string> Sources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SourceType
Defines where the sources are from (log attribute or tag).
Declaration
public readonly string SourceType
Field Value
| Type | Description |
|---|---|
| System.String |
Target
Name of the parent attribute that contains all the extracted details from the sources.
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |
TargetType
Defines if the target is a log attribute or tag.
Declaration
public readonly string TargetType
Field Value
| Type | Description |
|---|---|
| System.String |