Class SyntheticsTest
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.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public class SyntheticsTest : CustomResource
Constructors
View SourceSyntheticsTest(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 SourceAssertions
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>>> |
DeviceIds
Declaration
public Output<ImmutableArray<string>> DeviceIds { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Locations
Declaration
public Output<ImmutableArray<string>> Locations { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Message
Declaration
public Output<string> Message { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MonitorId
Declaration
public Output<int> MonitorId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Name
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Options
Declaration
public Output<SyntheticsTestOptions> Options { get; }
Property Value
| Type | Description |
|---|---|
| Output<SyntheticsTestOptions> |
Request
Declaration
public Output<SyntheticsTestRequest> Request { get; }
Property Value
| Type | Description |
|---|---|
| Output<SyntheticsTestRequest> |
RequestHeaders
Declaration
public Output<ImmutableDictionary<string, object>> RequestHeaders { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
Status
Declaration
public Output<string> Status { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Subtype
Declaration
public Output<string> Subtype { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Tags
Declaration
public Output<ImmutableArray<string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Type
Declaration
public Output<string> Type { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(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 |