CreateProjectRequest

Represents a request to the create project operation.

Types

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

Properties

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

A set of environment variables which are used by default for all runs in the project. These environment variables are applied to the test run during the execution of a test spec file.

Link copied to clipboard

An IAM role to be assumed by the test host for all runs in the project.

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
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