AWSS3InventoryEncryption

Objective-C

@interface AWSS3InventoryEncryption

Swift

class AWSS3InventoryEncryption

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

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

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3SSEKMS *_Nullable SSEKMS;

    Swift

    var ssekms: AWSS3SSEKMS? { get set }
  • Specifies the use of SSE-S3 to encrypt delivered inventory reports.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3SSES3 *_Nullable SSES3;

    Swift

    var sses3: AWSS3SSES3? { get set }