All Products
Search
Document Center

Tablestore:SSEKeyType

Last Updated:Sep 10, 2024

Specifies the type of the SSE key.

Enumerated values

  • SSE_KMS_SERVIC: KMS-managed key.

  • SSE_BYOK: BYOK-based key.

enum SSEKeyType {
    SSE_KMS_SERVICE = 1;
    SSE_BYOK = 2;
}