InventoryS3BucketDestination constructor
InventoryS3BucketDestination({
- required String bucket,
- required InventoryFormat format,
- String? accountId,
- InventoryEncryption? encryption,
- String? prefix,
Implementation
InventoryS3BucketDestination({
required this.bucket,
required this.format,
this.accountId,
this.encryption,
this.prefix,
});