Class SyntheticsTestOptionsArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class SyntheticsTestOptionsArgs : ResourceArgs
Constructors
View SourceSyntheticsTestOptionsArgs()
Declaration
public SyntheticsTestOptionsArgs()
Properties
View SourceAcceptSelfSigned
Declaration
public Input<bool> AcceptSelfSigned { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FollowRedirects
Declaration
public Input<bool> FollowRedirects { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MinFailureDuration
Declaration
public Input<int> MinFailureDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinLocationFailed
Declaration
public Input<int> MinLocationFailed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TickEvery
Declaration
public Input<int> TickEvery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |