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