JobReport

class JobReport

Contains the configuration parameters for a job-completion report.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.

Link copied to clipboard

Indicates whether the specified job will generate a job-completion report.

Link copied to clipboard

The format of the specified job-completion report.

Link copied to clipboard

An optional prefix to describe where in the specified bucket the job-completion report will be stored. Amazon S3 stores the job-completion report at <prefix>/job-<job-id>/report.json.

Link copied to clipboard

Indicates whether the job-completion report will include details of all tasks or only failed tasks.

Functions

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