Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsDynamoDbTableSseDescription

import type { AwsDynamoDbTableSseDescription } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the server-side encryption for the table.

interface AwsDynamoDbTableSseDescription {
InaccessibleEncryptionDateTime?: string | null;
KmsMasterKeyArn?: string | null;
SseType?: string | null;
Status?: string | null;
}

§Properties

§
InaccessibleEncryptionDateTime?: string | null
[src]

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. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
KmsMasterKeyArn?: string | null
[src]

The ARN of the KMS key that is used for the KMS encryption.

§
SseType?: string | null
[src]

The type of server-side encryption.

§
Status?: string | null
[src]

The status of the server-side encryption.