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

AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails

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

Details about the configuration for encryption at rest for the OpenSearch domain.

interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails {
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.