Show / Hide Table of Contents

Class MonitorArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MonitorArgs
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 MonitorArgs : ResourceArgs

Constructors

View Source

MonitorArgs()

Declaration
public MonitorArgs()

Properties

View Source

BypassHeadRequest

Bypass HEAD request.

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

Frequency

The interval (in minutes) at which this monitor should run.

Declaration
public Input<int> Frequency { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Locations

The locations in which this monitor should be run.

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

Name

The title of this monitor.

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

SlaThreshold

The base threshold for the SLA report.

Declaration
public Input<double> SlaThreshold { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Status

The monitor status (i.e. ENABLED, MUTED, DISABLED).

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

TreatRedirectAsFailure

Fail the monitor check if redirected.

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

Type

The monitor type. Valid values are SIMPLE, BROWSER, SCRIPT_BROWSER, and SCRIPT_API.

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

Uri

The URI for the monitor to hit.

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

ValidationString

The string to validate against in the response.

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

VerifySsl

Verify SSL.

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