Project

class Project

Represents an operating-system neutral workspace for running and managing tests.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The project's ARN.

Link copied to clipboard

When the project was created.

Link copied to clipboard

The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.

Link copied to clipboard
val name: String?

The project's name.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Project.Builder.() -> Unit = {}): Project
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String