Show / Hide Table of Contents

Class SyntheticsTestOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SyntheticsTestOptionsArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class SyntheticsTestOptionsArgs : ResourceArgs

Constructors

View Source

SyntheticsTestOptionsArgs()

Declaration
public SyntheticsTestOptionsArgs()

Properties

View Source

AcceptSelfSigned

Declaration
public Input<bool> AcceptSelfSigned { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

FollowRedirects

Declaration
public Input<bool> FollowRedirects { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MinFailureDuration

Declaration
public Input<int> MinFailureDuration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinLocationFailed

Declaration
public Input<int> MinLocationFailed { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TickEvery

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