Show / Hide Table of Contents

Class LogsIndexExclusionFilter

Inheritance
System.Object
LogsIndexExclusionFilter
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.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsIndexExclusionFilter

Fields

View Source

Filters

Declaration
public readonly ImmutableArray<LogsIndexExclusionFilterFilter> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LogsIndexExclusionFilterFilter>
View Source

IsEnabled

A boolean stating if the exclusion is active or not.

Declaration
public readonly bool? IsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

The name of the exclusion filter.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.