Show / Hide Table of Contents

Class SyntheticsTestState

Inheritance
System.Object
InputArgs
ResourceArgs
SyntheticsTestState
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.Datadog
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
Type Description
InputList<System.String>
View Source

Locations

Declaration
public InputList<string> Locations { get; set; }
Property Value
Type Description
InputList<System.String>
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
Type Description
Input<SyntheticsTestOptionsGetArgs>
View Source

Request

Declaration
public Input<SyntheticsTestRequestGetArgs> Request { get; set; }
Property Value
Type Description
Input<SyntheticsTestRequestGetArgs>
View Source

RequestHeaders

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

Tags

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

Type

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