

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DeviceFarm::Project
<a name="aws-resource-devicefarm-project"></a>

Creates a project.

## Syntax
<a name="aws-resource-devicefarm-project-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-devicefarm-project-syntax.json"></a>

```
{
  "Type" : "AWS::DeviceFarm::Project",
  "Properties" : {
      "[DefaultJobTimeoutMinutes](#cfn-devicefarm-project-defaultjobtimeoutminutes)" : Integer,
      "[Name](#cfn-devicefarm-project-name)" : String,
      "[Tags](#cfn-devicefarm-project-tags)" : [ Tag, ... ],
      "[VpcConfig](#cfn-devicefarm-project-vpcconfig)" : VpcConfig
    }
}
```

### YAML
<a name="aws-resource-devicefarm-project-syntax.yaml"></a>

```
Type: AWS::DeviceFarm::Project
Properties:
  [DefaultJobTimeoutMinutes](#cfn-devicefarm-project-defaultjobtimeoutminutes): Integer
  [Name](#cfn-devicefarm-project-name): String
  [Tags](#cfn-devicefarm-project-tags): 
    - Tag
  [VpcConfig](#cfn-devicefarm-project-vpcconfig): 
    VpcConfig
```

## Properties
<a name="aws-resource-devicefarm-project-properties"></a>

`DefaultJobTimeoutMinutes`  <a name="cfn-devicefarm-project-defaultjobtimeoutminutes"></a>
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  
*Minimum*: `5`  
*Maximum*: `150`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-devicefarm-project-name"></a>
The project's name.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-devicefarm-project-tags"></a>
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*: Array of [Tag](aws-properties-devicefarm-project-tag.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VpcConfig`  <a name="cfn-devicefarm-project-vpcconfig"></a>
The VPC security groups and subnets that are attached to a project.  
*Required*: No  
*Type*: [VpcConfig](aws-properties-devicefarm-project-vpcconfig.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-devicefarm-project-return-values"></a>

### Ref
<a name="aws-resource-devicefarm-project-return-values-ref"></a>

Not supported for this resource.

### Fn::GetAtt
<a name="aws-resource-devicefarm-project-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-devicefarm-project-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The Amazon Resource Name (ARN) of the project. See [Amazon resource names](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the *General Reference guide*.

# AWS::DeviceFarm::Project Tag
<a name="aws-properties-devicefarm-project-tag"></a>

The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters. 

## Syntax
<a name="aws-properties-devicefarm-project-tag-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-devicefarm-project-tag-syntax.json"></a>

```
{
  "[Key](#cfn-devicefarm-project-tag-key)" : String,
  "[Value](#cfn-devicefarm-project-tag-value)" : String
}
```

### YAML
<a name="aws-properties-devicefarm-project-tag-syntax.yaml"></a>

```
  [Key](#cfn-devicefarm-project-tag-key): String
  [Value](#cfn-devicefarm-project-tag-value): String
```

## Properties
<a name="aws-properties-devicefarm-project-tag-properties"></a>

`Key`  <a name="cfn-devicefarm-project-tag-key"></a>
One part of a key-value pair that makes up a tag. A `key` is a general label that acts like a category for more specific tag values.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-devicefarm-project-tag-value"></a>
The optional part of a key-value pair that makes up a tag. A `value` acts as a descriptor in a tag category (key).  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::DeviceFarm::Project VpcConfig
<a name="aws-properties-devicefarm-project-vpcconfig"></a>

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

## Syntax
<a name="aws-properties-devicefarm-project-vpcconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-devicefarm-project-vpcconfig-syntax.json"></a>

```
{
  "[SecurityGroupIds](#cfn-devicefarm-project-vpcconfig-securitygroupids)" : [ String, ... ],
  "[SubnetIds](#cfn-devicefarm-project-vpcconfig-subnetids)" : [ String, ... ],
  "[VpcId](#cfn-devicefarm-project-vpcconfig-vpcid)" : String
}
```

### YAML
<a name="aws-properties-devicefarm-project-vpcconfig-syntax.yaml"></a>

```
  [SecurityGroupIds](#cfn-devicefarm-project-vpcconfig-securitygroupids): 
    - String
  [SubnetIds](#cfn-devicefarm-project-vpcconfig-subnetids): 
    - String
  [VpcId](#cfn-devicefarm-project-vpcconfig-vpcid): String
```

## Properties
<a name="aws-properties-devicefarm-project-vpcconfig-properties"></a>

`SecurityGroupIds`  <a name="cfn-devicefarm-project-vpcconfig-securitygroupids"></a>
A list of VPC security group IDs.  
A security group allows inbound traffic from network interfaces (and their associated instances) that are assigned to the same security group. See [Security groups](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html) in the *Amazon Virtual Private Cloud user guide*.  
*Required*: Yes  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `4096 | 5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SubnetIds`  <a name="cfn-devicefarm-project-vpcconfig-subnetids"></a>
A subnet is a range of IP addresses in your VPC. You can launch Amazon resources, such as EC2 instances, into a specific subnet. When you create a subnet, you specify the IPv4 CIDR block for the subnet, which is a subset of the VPC CIDR block. See [VPCs and subnets](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html) in the *Amazon Virtual Private Cloud user guide*.   
*Required*: Yes  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `4096 | 8`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VpcId`  <a name="cfn-devicefarm-project-vpcconfig-vpcid"></a>
A list of VPC IDs.  
Each VPC is given a unique ID upon creation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `.*\S.*`  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)