Class LogsPipelineOrderArgs
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
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsPipelineOrderArgs : ResourceArgs
Constructors
View SourceLogsPipelineOrderArgs()
Declaration
public LogsPipelineOrderArgs()
Properties
View SourceName
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> |
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> |