AWS::DeviceFarm::TestGridProject
A Selenium testing project. Projects are used to collect and collate sessions.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::DeviceFarm::TestGridProject", "Properties" : { "Description" :
String
, "Name" :String
, "Tags" :[
, "VpcConfig" :Tag
, ... ]VpcConfig
} }
YAML
Type: AWS::DeviceFarm::TestGridProject Properties: Description:
String
Name:String
Tags:-
VpcConfig:Tag
VpcConfig
Properties
Description
-
A human-readable description for the project.
Required: No
Type: String
Update requires: No interruption
Name
-
A human-readable name for the project.
Required: Yes
Type: String
Update requires: No interruption
-
An array of key-value pairs to apply to this resource.
For more information, see Tag in the Amazon CloudFormation resource type reference guide.
Required: No
Type: List 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
TestGrid
project. See Amazon resource names in the General Reference guide.