libZSservicesZSamazonka-s3ZSamazonka-s3
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.S3.Types.InventoryEncryption

Description

 
Synopsis

Documentation

data InventoryEncryption Source #

Contains the type of server-side encryption used to encrypt the inventory results.

See: newInventoryEncryption smart constructor.

Constructors

InventoryEncryption' 

Fields

  • sses3 :: Maybe SSES3

    Specifies the use of SSE-S3 to encrypt delivered inventory reports.

  • ssekms :: Maybe SSEKMS

    Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Instances

Instances details
Eq InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

Show InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

Generic InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

Associated Types

type Rep InventoryEncryption :: Type -> Type #

NFData InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

Methods

rnf :: InventoryEncryption -> () #

Hashable InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

FromXML InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

ToXML InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

type Rep InventoryEncryption Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryEncryption

type Rep InventoryEncryption = D1 ('MetaData "InventoryEncryption" "Amazonka.S3.Types.InventoryEncryption" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "InventoryEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sses3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SSES3)) :*: S1 ('MetaSel ('Just "ssekms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SSEKMS))))

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.