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

EncryptionConfig

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

The encryption configuration for the cluster.

interface EncryptionConfig {
provider?: Provider | null;
resources?: string[] | null;
}

§Properties

§
provider?: Provider | null
[src]

Key Management Service (KMS) key. Either the ARN or the alias can be used.

§
resources?: string[] | null
[src]

Specifies the resources to be encrypted. The only supported value is "secrets".