Show / Hide Table of Contents

Class LogsPipelineOrderState

Inheritance
System.Object
InputArgs
ResourceArgs
LogsPipelineOrderState
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 LogsPipelineOrderState : ResourceArgs

Constructors

View Source

LogsPipelineOrderState()

Declaration
public LogsPipelineOrderState()

Properties

View Source

Name

The name attribute in the resource datadog..LogsPipelineOrder needs to be unique. It's recommended to use the same value as the resource NAME. No related field is available in Logs Pipeline API.

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

Pipelines

The pipeline IDs list. The order of pipeline IDs in this attribute defines the overall pipeline order for logs.

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