GlacierJobDescription

Contains the description of an Amazon S3 Glacier job.

Types

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

Properties

Link copied to clipboard

The job type. This value is either ArchiveRetrieval, InventoryRetrieval, or Select.

Link copied to clipboard

The archive ID requested for a select job or archive retrieval. Otherwise, this field is null.

Link copied to clipboard

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval or select jobs, this field is null.

Link copied to clipboard

For an archive retrieval job, this value is the size in bytes of the archive being requested for download. For an inventory retrieval or select job, this value is null.

Link copied to clipboard

The job status. When a job is completed, you get the job's output using Get Job Output (GET output).

Link copied to clipboard

The UTC time that the job request completed. While the job is in progress, the value is null.

Link copied to clipboard

The UTC date when the job was created. This value is a string representation of ISO 8601 date format, for example "2012-03-20T17:03:43.221Z".

Link copied to clipboard

Parameters used for range inventory retrieval.

Link copied to clipboard

For an inventory retrieval job, this value is the size in bytes of the inventory requested for download. For an archive retrieval or select job, this value is null.

Link copied to clipboard

The job description provided when initiating the job.

Link copied to clipboard

An opaque string that identifies an Amazon S3 Glacier job.

Link copied to clipboard

Contains the job output location.

Link copied to clipboard

Contains the location where the data from the select job is stored.

Link copied to clipboard

The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue. If no range was specified in the archive retrieval, then the whole archive is retrieved. In this case, StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval or select jobs, this field is null.

Link copied to clipboard

Contains the parameters used for a select.

Link copied to clipboard

For an archive retrieval job, this value is the checksum of the archive. Otherwise, this value is null.

Link copied to clipboard

An Amazon SNS topic that receives notification.

Link copied to clipboard

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

Link copied to clipboard

A friendly message that describes the job status.

Link copied to clipboard
val tier: String?

The tier to use for a select or an archive retrieval. Valid values are Expedited, Standard, or Bulk. Standard is the default.

Link copied to clipboard

The Amazon Resource Name (ARN) of the vault from which an archive retrieval was requested.

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