class
Amazonite::DynamoDB::SSEDescription
- Amazonite::DynamoDB::SSEDescription
- Reference
- Object
Overview
The description of the server-side encryption status on the specified table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/sse_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(status : SSEStatus | Nil = nil, sse_type : SSEType | Nil = nil, kms_master_key_arn : String | Nil = nil, inaccessible_encryption_date_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#inaccessible_encryption_date_time : Time | Nil
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.
-
#inaccessible_encryption_date_time=(inaccessible_encryption_date_time : Time | Nil)
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.
-
#kms_master_key_arn : String | Nil
The KMS key ARN used for the KMS encryption.
-
#kms_master_key_arn=(kms_master_key_arn : String | Nil)
The KMS key ARN used for the KMS encryption.
-
#sse_type : SSEType | Nil
Server-side encryption type.
-
#sse_type=(sse_type : SSEType | Nil)
Server-side encryption type.
-
#status : SSEStatus | Nil
Represents the current state of server-side encryption.
-
#status=(status : SSEStatus | Nil)
Represents the current state of server-side encryption.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The KMS key ARN used for the KMS encryption.
Server-side encryption type. The only supported value is:
KMS- Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).
Server-side encryption type. The only supported value is:
KMS- Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).
Represents the current state of server-side encryption. The only supported values are:
-
ENABLED- Server-side encryption is enabled. -
UPDATING- Server-side encryption is being updated.
Represents the current state of server-side encryption. The only supported values are:
-
ENABLED- Server-side encryption is enabled. -
UPDATING- Server-side encryption is being updated.