ExportTaskSummary

Provides details about an export task.

Types

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

Properties

Link copied to clipboard

The Amazon S3 URI of the export task where data will be exported to.

Link copied to clipboard

The format of the export task.

Link copied to clipboard

The source graph identifier of the export task.

Link copied to clipboard

The KMS key identifier of the export task.

Link copied to clipboard

The parquet type of the export task.

Link copied to clipboard

The ARN of the IAM role that will allow the data to be exported to the destination.

Link copied to clipboard

The current status of the export task.

Link copied to clipboard

The reason that the export task has this status value.

Link copied to clipboard

The unique identifier of the export task.

Functions

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