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 SourceFilters
Declaration
public readonly ImmutableArray<LogsIndexExclusionFilterFilter> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LogsIndexExclusionFilterFilter> |
IsEnabled
A boolean stating if the exclusion is active or not.
Declaration
public readonly bool? IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the exclusion filter.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |