Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data InventoryDestination Source #
Specifies the inventory configuration for an Amazon S3 bucket.
See: newInventoryDestination
smart constructor.
InventoryDestination' | |
|
Instances
newInventoryDestination Source #
Create a value of InventoryDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3BucketDestination:InventoryDestination'
, inventoryDestination_s3BucketDestination
- Contains the bucket name, file format, bucket owner (optional), and
prefix (optional) where inventory results are published.
inventoryDestination_s3BucketDestination :: Lens' InventoryDestination InventoryS3BucketDestination Source #
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.