Struct aws_sdk_qldb::input::export_journal_to_s3_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExportJournalToS3Input
Implementations
The inclusive start date and time for the range of journal contents to export.
The InclusiveStartTime
must be in ISO 8601
date and time
format and in Universal Coordinated Time (UTC). For example:
2019-06-13T21:36:34Z
.
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's
CreationDateTime
, Amazon QLDB defaults it to the ledger's
CreationDateTime
.
The inclusive start date and time for the range of journal contents to export.
The InclusiveStartTime
must be in ISO 8601
date and time
format and in Universal Coordinated Time (UTC). For example:
2019-06-13T21:36:34Z
.
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's
CreationDateTime
, Amazon QLDB defaults it to the ledger's
CreationDateTime
.
The exclusive end date and time for the range of journal contents to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format
and in Universal Coordinated Time (UTC). For example:
2019-06-13T21:36:34Z
.
The ExclusiveEndTime
must be less than or equal to the current UTC date and
time.
The exclusive end date and time for the range of journal contents to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format
and in Universal Coordinated Time (UTC). For example:
2019-06-13T21:36:34Z
.
The ExclusiveEndTime
must be less than or equal to the current UTC date and
time.
The configuration settings of the Amazon S3 bucket destination for your export request.
The configuration settings of the Amazon S3 bucket destination for your export request.
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 Key Management Service (KMS) for server-side encryption of your exported data.
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 Key Management Service (KMS) for server-side encryption of your exported data.
Consumes the builder and constructs a ExportJournalToS3Input
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more