SseDescription

The description of the server-side encryption status on the specified table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's KMS key is accessible again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.

Link copied to clipboard

The KMS key ARN used for the KMS encryption.

Link copied to clipboard

Server-side encryption type. The only supported value is:

Link copied to clipboard

Represents the current state of server-side encryption. The only supported values are:

Functions

Link copied to clipboard
inline fun copy(block: SseDescription.Builder.() -> Unit = {}): SseDescription
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String