Class LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperGetArgs
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperGetArgs
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 LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperGetArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperGetArgs()
Declaration
public LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperGetArgs()
Properties
View SourceIsEnabled
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> |
Sources
List of source attributes.
Declaration
public InputList<string> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |