JobSummary

Describes the summary for an execution job for an Amplify app.

Types

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

Properties

Link copied to clipboard

The commit ID from a third-party repository provider for the job.

Link copied to clipboard

The commit message from a third-party repository provider for the job.

Link copied to clipboard

The commit date and time for the job.

Link copied to clipboard

The end date and time for the job.

Link copied to clipboard

The Amazon Resource Name (ARN) for the job.

Link copied to clipboard

The unique ID for the job.

Link copied to clipboard

The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. This value is available only for apps that are connected to a repository.

Link copied to clipboard

The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.

Link copied to clipboard

The type of source specified by the sourceURL. If the value is ZIP, the source is a .zip file. If the value is BUCKET_PREFIX, the source is an Amazon S3 bucket and prefix. If no value is specified, the default is ZIP.

Link copied to clipboard

The start date and time for the job.

Link copied to clipboard

The current status for the job.

Functions

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