You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::JournalS3ExportDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The information about a journal export job, including the ledger name, export ID, when it was created, current status, and its start and end time export parameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_end_timeTime

The exclusive end date and time for the range of journal contents that are specified in the original export request.

Returns:

  • (Time)

    The exclusive end date and time for the range of journal contents that are specified in the original export request.

#export_creation_timeTime

The date and time, in epoch time format, when the export job was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)

Returns:

  • (Time)

    The date and time, in epoch time format, when the export job was created.

#export_idString

The unique ID of the journal export job.

Returns:

  • (String)

    The unique ID of the journal export job.

#inclusive_start_timeTime

The inclusive start date and time for the range of journal contents that are specified in the original export request.

Returns:

  • (Time)

    The inclusive start date and time for the range of journal contents that are specified in the original export request.

#ledger_nameString

The name of the ledger.

Returns:

  • (String)

    The name of the ledger.

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:

  • Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.

  • (Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:.

#s3_export_configurationTypes::S3ExportConfiguration

The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.

Returns:

  • (Types::S3ExportConfiguration)

    The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.

    .

#statusString

The current state of the journal export job.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • CANCELLED

Returns:

  • (String)

    The current state of the journal export job.