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

    Contains the type of server-side encryption used.

    interface Encryption {
        EncryptionType: ServerSideEncryption | undefined;
        KMSKeyId?: string;
        KMSContext?: string;
    }
    Index

    Properties

    EncryptionType: ServerSideEncryption | undefined

    The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

    KMSKeyId?: string

    If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.

    KMSContext?: string

    If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.