Show / Hide Table of Contents

Class LogsIndexFilterGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogsIndexFilterGetArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsIndexFilterGetArgs : ResourceArgs

Constructors

View Source

LogsIndexFilterGetArgs()

Declaration
public LogsIndexFilterGetArgs()

Properties

View Source

Query

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

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