SSEDetails

更新时间: 2026-04-29 17:00:18

The SSEDetails structure contains the server-side encryption (SSE) configuration for a Tablestore instance.

Data structure

message SSEDetails {
    required bool enable = 1;
    optional SSEKeyType key_type = 2;
    optional bytes key_id = 3;
    optional bytes role_arn = 4; // only useful when key_type is SSE_BYOK
}

Parameter

Type

Required

Description

enable

bool

Yes

Specifies whether SSE is enabled.

key_type

SSEKeyType

No

The type of SSE key.

key_id

bytes

No

The ID of the encryption key.

role_arn

bytes

No

The ARN of the RAM role that the server assumes to access KMS. Applies only when key_type is SSE_BYOK.

上一篇: SplitAnalyzerParameter 下一篇: SSEKeyType
阿里云首页 表格存储 相关技术圈