Show / Hide Table of Contents

Class LogsCustomPipelineState

Inheritance
System.Object
InputArgs
ResourceArgs
LogsCustomPipelineState
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
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineState : ResourceArgs

Constructors

View Source

LogsCustomPipelineState()

Declaration
public LogsCustomPipelineState()

Properties

View Source

Filters

Defines the nested pipeline filter. Only logs that match the filter criteria are processed by this pipeline.

Declaration
public InputList<LogsCustomPipelineFilterGetArgs> Filters { get; set; }
Property Value
Type Description
InputList<LogsCustomPipelineFilterGetArgs>
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

Processors

Processors. Nested pipeline can't take any other nested pipeline as its processor.

Declaration
public InputList<LogsCustomPipelineProcessorGetArgs> Processors { get; set; }
Property Value
Type Description
InputList<LogsCustomPipelineProcessorGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.