Class LogsIndexState
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 LogsIndexState : ResourceArgs
Constructors
View SourceLogsIndexState()
Declaration
public LogsIndexState()
Properties
View SourceExclusionFilters
List of exclusion filters.
Declaration
public InputList<LogsIndexExclusionFilterGetArgs> ExclusionFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsIndexExclusionFilterGetArgs> |
Filters
Declaration
public InputList<LogsIndexFilterGetArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LogsIndexFilterGetArgs> |
Name
The name of the exclusion filter.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |