Get Project Result
data class GetProjectResult(val arn: String? = null, val defaultJobTimeoutMinutes: Int? = null, val name: String? = null, val tags: List<Tag>? = null, val vpcConfig: ProjectVpcConfig? = null)
Properties
Link copied to clipboard
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
The VPC security groups and subnets that are attached to a project.