GetProjectResult

data class GetProjectResult(val arn: String? = null, val defaultJobTimeoutMinutes: Int? = null, val name: String? = null, val tags: List<Tag>? = null, val vpcConfig: ProjectVpcConfig? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, defaultJobTimeoutMinutes: Int? = null, name: String? = null, tags: List<Tag>? = null, vpcConfig: ProjectVpcConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the project. See Amazon resource names in the General Reference guide .

Link copied to clipboard

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: String? = null

The project's name.

Link copied to clipboard
val tags: List<Tag>? = 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

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