IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface InventoryEncryption

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

    interface InventoryEncryption {
        SSES3?: SSES3;
        SSEKMS?: SSEKMS;
    }
    Index

    Properties

    Properties

    SSES3?: SSES3

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

    SSEKMS?: SSEKMS

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