InventoryS3BucketDestination constructor

InventoryS3BucketDestination({
  1. required String bucket,
  2. required InventoryFormat format,
  3. String? accountId,
  4. InventoryEncryption? encryption,
  5. String? prefix,
})

Implementation

InventoryS3BucketDestination({
  required this.bucket,
  required this.format,
  this.accountId,
  this.encryption,
  this.prefix,
});