InventoryS3BucketDestination constructor

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

Implementation

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