Project - AWS Device Farm Documentation

Project

Represents an operating-system neutral workspace for running and managing tests.

Contents

arn

The project's ARN.

Type: String

Length Constraints: Minimum length of 32. Maximum length of 1011.

Pattern: ^arn:aws:devicefarm:.+

Required: No

created

When the project was created.

Type: Timestamp

Required: No

defaultJobTimeoutMinutes

The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.

Type: Integer

Required: No

environmentVariables

Environment variables associated with the project.

Type: Array of EnvironmentVariable objects

Array Members: Minimum number of 1 item. Maximum number of 32 items.

Required: No

executionRoleArn

The IAM execution role associated with the project.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: ^arn:aws:iam::[0-9]{12}:role/.+

Required: No

name

The project's name.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

vpcConfig

The VPC security groups and subnets that are attached to a project.

Type: VpcConfig object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: