Class MonitorScriptArgs
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 MonitorScriptArgs : ResourceArgs
Constructors
View SourceMonitorScriptArgs()
Declaration
public MonitorScriptArgs()
Properties
View SourceMonitorId
The ID of the monitor to attach the script to.
Declaration
public Input<string> MonitorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Text
The plaintext representing the monitor script.
Declaration
public Input<string> Text { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |