SSEDescription¶
Structure Class¶
SSEDescription
dataclass
¶
The description of the server-side encryption status on the specified table.
Attributes¶
inaccessible_encryption_date_time
class-attribute
instance-attribute
¶
inaccessible_encryption_date_time: datetime | None = None
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.
kms_master_key_arn
class-attribute
instance-attribute
¶
kms_master_key_arn: str | None = None
The KMS key ARN used for the KMS encryption.