Skip to content

Resource: awsDevicefarmProject

Provides a resource to manage AWS Device Farm Projects.

For more information about Device Farm Projects, see the AWS Documentation on Device Farm Projects.

\~> NOTE: AWS currently has limited regional support for Device Farm (e.g., usWest2). See AWS Device Farm endpoints and quotas for information on supported regions.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.devicefarmProject.DevicefarmProject(this, "awesome_devices", {
  name: "my-device-farm",
});

Argument Reference

  • name - (Required) The name of the project
  • defaultJobTimeoutMinutes - (Optional) 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.
  • tags - (Optional) A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - The Amazon Resource Name of this project
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

DeviceFarm Projects can be imported by their arn:

$ terraform import aws_devicefarm_project.example arn:aws:devicefarm:us-west-2:123456789012:project:4fa784c7-ccb4-4dbf-ba4f-02198320daa1