SandboxSession

Contains information about the sandbox session.

Types

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

Properties

Link copied to clipboard

The current phase for the sandbox.

Link copied to clipboard

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

Link copied to clipboard
val id: String?

The ID of the sandbox session.

Link copied to clipboard

Information about build logs in CloudWatch Logs.

Link copied to clipboard

Describes a network interface.

Link copied to clipboard

An array of SandboxSessionPhase objects.

Link copied to clipboard

An identifier for the version of this sandbox's source code.

Link copied to clipboard

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

Link copied to clipboard

The status of the sandbox session.

Functions

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