Show / Hide Table of Contents

Class AlertConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertConditionArgs
Inherited Members
ResourceArgs.Empty
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 Source

AlertConditionArgs()

Declaration
public AlertConditionArgs()

Properties

View Source

Enabled

Set whether to enable the alert condition. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

Name

The title of this condition.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

RunbookUrl

Runbook URL to display in notifications.

Declaration
public Input<string> RunbookUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.