TestGridProjectArgs

data class TestGridProjectArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcConfig: Output<TestGridProjectVpcConfigArgs>? = null) : ConvertibleToJava<TestGridProjectArgs>

AWS::DeviceFarm::TestGridProject creates a new TestGrid Project

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcConfig: Output<TestGridProjectVpcConfigArgs>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A human-readable description for the project.

Link copied to clipboard
val name: Output<String>? = null

A human-readable name for the project.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): TestGridProjectArgs