ProjectArgs

data class ProjectArgs(val defaultJobTimeoutMinutes: Output<Int>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcConfig: Output<ProjectVpcConfigArgs>? = null) : ConvertibleToJava<ProjectArgs>

AWS::DeviceFarm::Project creates a new Device Farm Project

Constructors

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

Properties

Link copied to clipboard
val defaultJobTimeoutMinutes: Output<Int>? = null

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.

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

The project's name.

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

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.

Link copied to clipboard
val vpcConfig: Output<ProjectVpcConfigArgs>? = null

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

Functions

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