SSEDetails
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 |
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 |