AWS::DeviceFarm::TestGridProject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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" : [ Tag, ... ], "VpcConfig" : VpcConfig } }

YAML

Type: AWS::DeviceFarm::TestGridProject Properties: Description: String Name: String Tags: - Tag VpcConfig: VpcConfig

Properties

Description

A human-readable description for the project.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 2048

Update requires: No interruption

Name

A human-readable name for the project.

Required: Yes

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 64

Update requires: No interruption

Tags

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: 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 TestGrid project. See Amazon resource names in the General Reference guide.