Show / Hide Table of Contents

Class LogsIndexExclusionFilterFilterGetArgs

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

Constructors

View Source

LogsIndexExclusionFilterFilterGetArgs()

Declaration
public LogsIndexExclusionFilterFilterGetArgs()

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

SampleRate

The fraction of logs excluded by the exclusion filter, when active.

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