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 InventoryEncryption Source #
Contains the type of server-side encryption used to encrypt the inventory results.
See: newInventoryEncryption
smart constructor.
Instances
newInventoryEncryption :: InventoryEncryption Source #
Create a value of InventoryEncryption
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:sses3:InventoryEncryption'
, inventoryEncryption_sses3
- Specifies the use of SSE-S3 to encrypt delivered inventory reports.
$sel:ssekms:InventoryEncryption'
, inventoryEncryption_ssekms
- Specifies the use of SSE-KMS to encrypt delivered inventory reports.
inventoryEncryption_sses3 :: Lens' InventoryEncryption (Maybe SSES3) Source #
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
inventoryEncryption_ssekms :: Lens' InventoryEncryption (Maybe SSEKMS) Source #
Specifies the use of SSE-KMS to encrypt delivered inventory reports.