Table of Contents

Class InventoryEncryption

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

InventoryEncryption class

public class InventoryEncryption
Inheritance
InventoryEncryption
Inherited Members

Constructors

InventoryEncryption()

public InventoryEncryption()

Properties

SSEKMS

Specifies the use of SSE-KMS to encrypt delievered Inventory reports.

public SSEKMS SSEKMS { get; set; }

Property Value

SSEKMS

SSES3

Specifies the use of SSE-S3 to encrypt delievered Inventory reports.

public SSES3 SSES3 { get; set; }

Property Value

SSES3