Show / Hide Table of Contents

Class LogsPipelineOrderArgs

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

Constructors

View Source

LogsPipelineOrderArgs()

Declaration
public LogsPipelineOrderArgs()

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.