AWS DeviceFarm Project

This page shows how to write Terraform and CloudFormation for DeviceFarm Project and write them securely.

aws_devicefarm_project (Terraform)

The Project in DeviceFarm can be configured in Terraform with the resource name aws_devicefarm_project. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

  • arn optional computed - string
  • id optional computed - string
  • name required - string

Explanation in Terraform Registry

Provides a resource to manage AWS Device Farm Projects. For more information about Device Farm Projects, see the AWS Documentation on [Device Farm Projects][aws-get-project].

NOTE: AWS currently has limited regional support for Device Farm (e.g., us-west-2). See AWS Device Farm endpoints and quotas for information on supported regions.

AWS::DeviceFarm::Project (CloudFormation)

The Project in DeviceFarm can be configured in CloudFormation with the resource name AWS::DeviceFarm::Project. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

DefaultJobTimeoutMinutes Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
Required: No
Type: Integer
Update requires: No interruption

Name The project's name.
Required: Yes
Type: String
Minimum: 0
Maximum: 256
Update requires: No interruption

Tags The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
Required: No
Type: List of Tag
Update requires: No interruption

Explanation in CloudFormation Registry

Creates a project.

Frequently asked questions

What is AWS DeviceFarm Project?

AWS DeviceFarm Project is a resource for DeviceFarm of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.