Class MonitorArgs
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 MonitorArgs : ResourceArgs
Constructors
View SourceMonitorArgs()
Declaration
public MonitorArgs()
Properties
View SourceBypassHeadRequest
Bypass HEAD request.
Declaration
public Input<bool> BypassHeadRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Locations
The locations in which this monitor should be run.
Declaration
public InputList<string> Locations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The title of this monitor.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SlaThreshold
The base threshold for the SLA report.
Declaration
public Input<double> SlaThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Status
The monitor status (i.e. ENABLED, MUTED, DISABLED).
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TreatRedirectAsFailure
Fail the monitor check if redirected.
Declaration
public Input<bool> TreatRedirectAsFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Uri
The URI for the monitor to hit.
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValidationString
The string to validate against in the response.
Declaration
public Input<string> ValidationString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VerifySsl
Verify SSL.
Declaration
public Input<bool> VerifySsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |