---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_devicefarm_project{% #aws_devicefarm_project %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `arn`{% #arn %}

**Type**: `STRING` **Provider name**: `arn` **Description**: The project's ARN. 

## `created`{% #created %}

**Type**: `TIMESTAMP` **Provider name**: `created` **Description**: When the project was created. 

## `default_job_timeout_minutes`{% #default_job_timeout_minutes %}

**Type**: `INT32` **Provider name**: `defaultJobTimeoutMinutes` **Description**: The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes. 

## `environment_variables`{% #environment_variables %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `environmentVariables` **Description**: Environment variables associated with the project. 

- `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the environment variable.
- `value`**Type**: `STRING`**Provider name**: `value`**Description**: The value of the environment variable.

## `execution_role_arn`{% #execution_role_arn %}

**Type**: `STRING` **Provider name**: `executionRoleArn` **Description**: The IAM execution role associated with the project. 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The project's name. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `vpc_config`{% #vpc_config %}

**Type**: `STRUCT` **Provider name**: `vpcConfig` **Description**: The VPC security groups and subnets that are attached to a project. 

- `security_group_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `securityGroupIds`**Description**: An array of one or more security groups IDs in your Amazon VPC.
- `subnet_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `subnetIds`**Description**: An array of one or more subnet IDs in your Amazon VPC.
- `vpc_id`**Type**: `STRING`**Provider name**: `vpcId`**Description**: The ID of the Amazon VPC.
