Class LabelState
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 LabelState : ResourceArgs
Constructors
View SourceLabelState()
Declaration
public LabelState()
Properties
View SourceHref
The URL of the Synthetics label.
Declaration
public Input<string> Href { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MonitorId
The ID of the monitor that will be assigned the label.
Declaration
public Input<string> MonitorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
A string representing the label key/category.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
A string representing the label value.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |