CreateDatasetExportJobRequest

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset that contains the data to export.

Link copied to clipboard

The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.

Link copied to clipboard

The name for the dataset export job.

Link copied to clipboard

The path to the Amazon S3 bucket where the job's output is stored.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to apply to the dataset export job.

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