class Aws::SecurityHub::Types::AwsDynamoDbTableSseDescription

Information about the server-side encryption for the table.

@note When making an API call, you may pass AwsDynamoDbTableSseDescription

data as a hash:

    {
      inaccessible_encryption_date_time: "NonEmptyString",
      status: "NonEmptyString",
      sse_type: "NonEmptyString",
      kms_master_key_arn: "NonEmptyString",
    }

@!attribute [rw] inaccessible_encryption_date_time

If the key is inaccessible, the date and time when DynamoDB detected
that the key was inaccessible.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] status

The status of the server-side encryption.
@return [String]

@!attribute [rw] sse_type

The type of server-side encryption.
@return [String]

@!attribute [rw] kms_master_key_arn

The ARN of the KMS key that is used for the KMS encryption.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableSseDescription AWS API Documentation

Constants

SENSITIVE