Class SyntheticsTestState
Inheritance
System.Object
SyntheticsTestState
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()
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class SyntheticsTestState : ResourceArgs
Constructors
View Source
SyntheticsTestState()
Declaration
public SyntheticsTestState()
Properties
View Source
Assertions
Declaration
public InputList<ImmutableDictionary<string, object>> Assertions { get; set; }
Property Value
| Type |
Description |
| InputList<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
|
View Source
DeviceIds
Declaration
public InputList<string> DeviceIds { get; set; }
Property Value
View Source
Locations
Declaration
public InputList<string> Locations { get; set; }
Property Value
View Source
Message
Declaration
public Input<string> Message { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MonitorId
Declaration
public Input<int> MonitorId { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Options
Declaration
public Input<SyntheticsTestOptionsGetArgs> Options { get; set; }
Property Value
View Source
Request
Declaration
public Input<SyntheticsTestRequestGetArgs> Request { get; set; }
Property Value
View Source
Declaration
public InputMap<object> RequestHeaders { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Subtype
Declaration
public Input<string> Subtype { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> Tags { get; set; }
Property Value
View Source
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|