Class LogsIndexOrderArgs
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 LogsIndexOrderArgs : ResourceArgs
Constructors
View SourceLogsIndexOrderArgs()
Declaration
public LogsIndexOrderArgs()
Properties
View SourceIndexes
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> |
Name
The unique name of the index order resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |