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

    Interface MetadataTableEncryptionConfiguration

    The encryption settings for an S3 Metadata journal table or inventory table configuration.

    interface MetadataTableEncryptionConfiguration {
        SseAlgorithm: TableSseAlgorithm | undefined;
        KmsKeyArn?: string;
    }
    Index

    Properties

    SseAlgorithm: TableSseAlgorithm | undefined

    The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the aws:kms value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the AES256 value.

    KmsKeyArn?: string

    If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.