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

Provider

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

Identifies the Key Management Service (KMS) key used to encrypt the secrets.

interface Provider {
keyArn?: string | null;
}

§Properties

§
keyArn?: string | null
[src]

Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key. For more information, see Allowing Users in Other Accounts to Use a KMS key in the Key Management Service Developer Guide.