S3ExportConfiguration class
The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.
Constructors
- S3ExportConfiguration({required String bucket, required S3EncryptionConfiguration encryptionConfiguration, required String prefix})
-
S3ExportConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bucket → String
-
The Amazon S3 bucket name in which a journal export job writes the journal
contents.
final
- encryptionConfiguration → S3EncryptionConfiguration
-
The encryption settings that are used by a journal export job to write data
in an Amazon S3 bucket.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
The prefix for the Amazon S3 bucket in which a journal export job writes the
journal contents.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited