Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DatasetExportJob = DatasetExportJob' {}
- newDatasetExportJob :: DatasetExportJob
- datasetExportJob_failureReason :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_status :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_datasetExportJobArn :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_datasetArn :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_jobOutput :: Lens' DatasetExportJob (Maybe DatasetExportJobOutput)
- datasetExportJob_jobName :: Lens' DatasetExportJob (Maybe Text)
- datasetExportJob_lastUpdatedDateTime :: Lens' DatasetExportJob (Maybe UTCTime)
- datasetExportJob_ingestionMode :: Lens' DatasetExportJob (Maybe IngestionMode)
- datasetExportJob_creationDateTime :: Lens' DatasetExportJob (Maybe UTCTime)
- datasetExportJob_roleArn :: Lens' DatasetExportJob (Maybe Text)
Documentation
data DatasetExportJob Source #
Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see CreateDatasetExportJob.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
See: newDatasetExportJob
smart constructor.
DatasetExportJob' | |
|
Instances
newDatasetExportJob :: DatasetExportJob Source #
Create a value of DatasetExportJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failureReason:DatasetExportJob'
, datasetExportJob_failureReason
- If a dataset export job fails, provides the reason why.
$sel:status:DatasetExportJob'
, datasetExportJob_status
- The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
$sel:datasetExportJobArn:DatasetExportJob'
, datasetExportJob_datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job.
$sel:datasetArn:DatasetExportJob'
, datasetExportJob_datasetArn
- The Amazon Resource Name (ARN) of the dataset to export.
$sel:jobOutput:DatasetExportJob'
, datasetExportJob_jobOutput
- The path to the Amazon S3 bucket where the job's output is stored. For
example:
s3://bucket-name/folder-name/
$sel:jobName:DatasetExportJob'
, datasetExportJob_jobName
- The name of the export job.
$sel:lastUpdatedDateTime:DatasetExportJob'
, datasetExportJob_lastUpdatedDateTime
- The date and time (in Unix time) the status of the dataset export job
was last updated.
$sel:ingestionMode:DatasetExportJob'
, datasetExportJob_ingestionMode
- The data to export, based on how you imported the data. You can choose
to export BULK
data that you imported using a dataset import job,
PUT
data that you imported incrementally (using the console,
PutEvents, PutUsers and PutItems operations), or ALL
for both types.
The default value is PUT
.
$sel:creationDateTime:DatasetExportJob'
, datasetExportJob_creationDateTime
- The creation date and time (in Unix time) of the dataset export job.
$sel:roleArn:DatasetExportJob'
, datasetExportJob_roleArn
- The Amazon Resource Name (ARN) of the IAM service role that has
permissions to add data to your output Amazon S3 bucket.
datasetExportJob_failureReason :: Lens' DatasetExportJob (Maybe Text) Source #
If a dataset export job fails, provides the reason why.
datasetExportJob_status :: Lens' DatasetExportJob (Maybe Text) Source #
The status of the dataset export job.
A dataset export job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
datasetExportJob_datasetExportJobArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJob_datasetArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset to export.
datasetExportJob_jobOutput :: Lens' DatasetExportJob (Maybe DatasetExportJobOutput) Source #
The path to the Amazon S3 bucket where the job's output is stored. For example:
s3://bucket-name/folder-name/
datasetExportJob_jobName :: Lens' DatasetExportJob (Maybe Text) Source #
The name of the export job.
datasetExportJob_lastUpdatedDateTime :: Lens' DatasetExportJob (Maybe UTCTime) Source #
The date and time (in Unix time) the status of the dataset export job was last updated.
datasetExportJob_ingestionMode :: Lens' DatasetExportJob (Maybe IngestionMode) Source #
The data to export, based on how you imported the data. You can choose
to export BULK
data that you imported using a dataset import job,
PUT
data that you imported incrementally (using the console,
PutEvents, PutUsers and PutItems operations), or ALL
for both types.
The default value is PUT
.
datasetExportJob_creationDateTime :: Lens' DatasetExportJob (Maybe UTCTime) Source #
The creation date and time (in Unix time) of the dataset export job.
datasetExportJob_roleArn :: Lens' DatasetExportJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.