Show / Hide Table of Contents

Class LogsIndexOrderArgs

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

Constructors

View Source

LogsIndexOrderArgs()

Declaration
public LogsIndexOrderArgs()

Properties

View Source

Indexes

The index resource list. Logs are tested against the query filter of each index one by one following the order of the list.

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

Name

The unique name of the index order resource.

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