Values.InventoryDestinationSourceSpecifies the S3 Inventory configuration for an Amazon S3 bucket.
type nonrec t = {s3BucketDestination : InventoryS3BucketDestination.t;Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of AccountId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of SSEKMSKeyId.t ]) list ])
list ])
list ])
list ]