This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DeviceFarm::Project
Creates a project.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::DeviceFarm::Project", "Properties" : { "DefaultJobTimeoutMinutes" :Integer, "Name" :String, "Tags" :[ Tag, ... ], "VpcConfig" :VpcConfig} }
YAML
Type: AWS::DeviceFarm::Project Properties: DefaultJobTimeoutMinutes:IntegerName:StringTags:- TagVpcConfig:VpcConfig
Properties
- 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 Minimum: 5Maximum: 150Update requires: No interruption 
- Name
- 
                    The project's name. Required: Yes Type: String Minimum: 1Maximum: 256Update requires: No interruption 
- 
                    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 Update requires: No interruption 
- VpcConfig
- 
                    The VPC security groups and subnets that are attached to a project. Required: No Type: VpcConfig Update requires: No interruption 
Return values
Ref
Not supported for this resource.
Fn::GetAtt
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 Fn::GetAtt.
- Arn
- 
                            The Amazon Resource Name (ARN) of the project. See Amazon resource names in the General Reference guide.