Class NrqlAlertConditionNrqlArgs
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.NewRelic.Inputs
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class NrqlAlertConditionNrqlArgs : ResourceArgs
Constructors
View SourceNrqlAlertConditionNrqlArgs()
Declaration
public NrqlAlertConditionNrqlArgs()
Properties
View SourceQuery
Declaration
public Input<string> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SinceValue
Declaration
public Input<string> SinceValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |