Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
See https://www.paws-r-sdk.com/docs/s3_get_bucket_inventory_configuration/ for full documentation.
s3_get_bucket_inventory_configuration(Bucket, Id, ExpectedBucketOwner = NULL)
[required] The name of the bucket containing the inventory configuration to retrieve.
[required] The ID used to identify the inventory configuration.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).