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

AwsElasticsearchDomainEncryptionAtRestOptions

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

Details about the configuration for encryption at rest.

interface AwsElasticsearchDomainEncryptionAtRestOptions {
Enabled?: boolean | null;
KmsKeyId?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Whether encryption at rest is enabled.

§
KmsKeyId?: string | null
[src]

The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.