S3BucketDestination constructor

S3BucketDestination({
  1. required String accountId,
  2. required String arn,
  3. required Format format,
  4. required OutputSchemaVersion outputSchemaVersion,
  5. StorageLensDataExportEncryption? encryption,
  6. String? prefix,
})

Implementation

S3BucketDestination({
  required this.accountId,
  required this.arn,
  required this.format,
  required this.outputSchemaVersion,
  this.encryption,
  this.prefix,
});