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

SSEDescription

import type { SSEDescription } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";

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

interface SSEDescription {
Status?: SSEStatus | null;
}

§Properties

§
Status?: SSEStatus | null
[src]

The current state of server-side encryption:

  • ENABLING - Server-side encryption is being enabled.
  • ENABLED - Server-side encryption is enabled.
  • DISABLING - Server-side encryption is being disabled.
  • DISABLED - Server-side encryption is disabled.