AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents configuration information about a test run, such as the execution timeout (in minutes).

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.ExecutionConfiguration

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class ExecutionConfiguration

The ExecutionConfiguration type exposes the following members

Constructors

NameDescription
Public Method ExecutionConfiguration()

Properties

NameTypeDescription
Public Property AccountsCleanup System.Boolean

Gets and sets the property AccountsCleanup.

True if account cleanup is enabled at the beginning of the test. Otherwise, false.

Public Property AppPackagesCleanup System.Boolean

Gets and sets the property AppPackagesCleanup.

True if app package cleanup is enabled at the beginning of the test. Otherwise, false.

Public Property JobTimeoutMinutes System.Int32

Gets and sets the property JobTimeoutMinutes.

The number of minutes a test run executes before it times out.

Public Property SkipAppResign System.Boolean

Gets and sets the property SkipAppResign.

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

Public Property VideoCapture System.Boolean

Gets and sets the property VideoCapture.

Set to true to enable video capture. Otherwise, set to false. The default is true.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5