Show / Hide Table of Contents

Class LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperArgs
Inherited Members
ResourceArgs.Empty
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 LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperArgs : ResourceArgs

Constructors

View Source

LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperArgs()

Declaration
public LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperArgs()

Properties

View Source

IsEnabled

If the processor is enabled or not.

Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Name of the processor

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OverrideOnConflict

Override the target element if already set.

Declaration
public Input<bool> OverrideOnConflict { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PreserveSource

Remove or preserve the remapped source element.

Declaration
public Input<bool> PreserveSource { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Sources

List of source attributes.

Declaration
public InputList<string> Sources { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

SourceType

Defines where the sources are from (log attribute or tag).

Declaration
public Input<string> SourceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

TargetType

Defines if the target is a log attribute or tag.

Declaration
public Input<string> TargetType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.