Sandbox

class Sandbox

Contains sandbox information.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the sandbox.

Link copied to clipboard

The current session for the sandbox.

Link copied to clipboard

The Key Management Service customer master key (CMK) to be used for encrypting the sandbox output artifacts.

Link copied to clipboard

When the sandbox process ended, expressed in Unix time format.

Link copied to clipboard

Information about the build environment of the build project.

Link copied to clipboard

An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

Link copied to clipboard
val id: String?

The ID of the sandbox.

Link copied to clipboard

Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.

Link copied to clipboard

The CodeBuild project name.

Link copied to clipboard

The number of minutes a sandbox is allowed to be queued before it times out.

Link copied to clipboard

When the sandbox process was initially requested, expressed in Unix time format.

Link copied to clipboard

An array of ProjectSource objects.

Link copied to clipboard

An array of ProjectSourceVersion objects.

Link copied to clipboard

The name of a service role used for this sandbox.

Link copied to clipboard

Information about the build input source code for the build project.

Link copied to clipboard

Any version identifier for the version of the sandbox to be built.

Link copied to clipboard

When the sandbox process started, expressed in Unix time format.

Link copied to clipboard

The status of the sandbox.

Link copied to clipboard

How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this sandbox if it does not get marked as completed.

Link copied to clipboard

Information about the VPC configuration that CodeBuild accesses.

Functions

Link copied to clipboard
inline fun copy(block: Sandbox.Builder.() -> Unit = {}): Sandbox
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