Struct aws_sdk_qldb::model::S3ExportConfiguration [−][src]
#[non_exhaustive]pub struct S3ExportConfiguration {
pub bucket: Option<String>,
pub prefix: Option<String>,
pub encryption_configuration: Option<S3EncryptionConfiguration>,
}
Expand description
The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.bucket: Option<String>
The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
prefix: Option<String>
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid Prefix
values:
-
JournalExports-ForMyLedger/Testing/
-
JournalExports
-
My:Tests/
encryption_configuration: Option<S3EncryptionConfiguration>
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
Implementations
The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid Prefix
values:
-
JournalExports-ForMyLedger/Testing/
-
JournalExports
-
My:Tests/
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
Creates a new builder-style object to manufacture S3ExportConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for S3ExportConfiguration
impl Send for S3ExportConfiguration
impl Sync for S3ExportConfiguration
impl Unpin for S3ExportConfiguration
impl UnwindSafe for S3ExportConfiguration
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