Show / Hide Table of Contents

Class SyntheticsTest

Inheritance
System.Object
Resource
CustomResource
SyntheticsTest
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class SyntheticsTest : CustomResource

Constructors

View Source

SyntheticsTest(String, SyntheticsTestArgs, CustomResourceOptions)

Create a SyntheticsTest resource with the given unique name, arguments, and options.

Declaration
public SyntheticsTest(string name, SyntheticsTestArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

SyntheticsTestArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Assertions

Declaration
public Output<ImmutableArray<ImmutableDictionary<string, object>>> Assertions { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>>
View Source

DeviceIds

Declaration
public Output<ImmutableArray<string>> DeviceIds { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Locations

Declaration
public Output<ImmutableArray<string>> Locations { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Message

Declaration
public Output<string> Message { get; }
Property Value
Type Description
Output<System.String>
View Source

MonitorId

Declaration
public Output<int> MonitorId { get; }
Property Value
Type Description
Output<System.Int32>
View Source

Name

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<System.String>
View Source

Options

Declaration
public Output<SyntheticsTestOptions> Options { get; }
Property Value
Type Description
Output<SyntheticsTestOptions>
View Source

Request

Declaration
public Output<SyntheticsTestRequest> Request { get; }
Property Value
Type Description
Output<SyntheticsTestRequest>
View Source

RequestHeaders

Declaration
public Output<ImmutableDictionary<string, object>> RequestHeaders { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>
View Source

Status

Declaration
public Output<string> Status { get; }
Property Value
Type Description
Output<System.String>
View Source

Subtype

Declaration
public Output<string> Subtype { get; }
Property Value
Type Description
Output<System.String>
View Source

Tags

Declaration
public Output<ImmutableArray<string>> Tags { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Type

Declaration
public Output<string> Type { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, SyntheticsTestState, CustomResourceOptions)

Get an existing SyntheticsTest resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static SyntheticsTest Get(string name, Input<string> id, SyntheticsTestState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

SyntheticsTestState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
SyntheticsTest
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.