Class AlertConditionArgs
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.Synthetics
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class AlertConditionArgs : ResourceArgs
Constructors
View SourceAlertConditionArgs()
Declaration
public AlertConditionArgs()
Properties
View SourceEnabled
Set whether to enable the alert condition. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MonitorId
The ID of the Synthetics monitor to be referenced in the alert condition.
Declaration
public Input<string> MonitorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The title of this condition.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyId
The ID of the policy where this condition should be used.
Declaration
public Input<int> PolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RunbookUrl
Runbook URL to display in notifications.
Declaration
public Input<string> RunbookUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |