SSEDescription class

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

Constructors

SSEDescription({DateTime? inaccessibleEncryptionDateTime, String? kMSMasterKeyArn, SSEType? sSEType, SSEStatus? status})
SSEDescription.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inaccessibleEncryptionDateTime DateTime?
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's AWS KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's AWS KMS key is accessible again. DynamoDB will initiate the table archival process when table's AWS KMS key remains inaccessible for more than seven days from this date.
final
kMSMasterKeyArn String?
The AWS KMS customer master key (CMK) ARN used for the AWS KMS encryption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sSEType SSEType?
Server-side encryption type. The only supported value is:
final
status SSEStatus?
Represents the current state of server-side encryption. The only supported values are:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited