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

AssociateEncryptionConfigRequest

import type { AssociateEncryptionConfigRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface AssociateEncryptionConfigRequest {
clientRequestToken?: string | null;
clusterName: string;
encryptionConfig: EncryptionConfig[];
}

§Properties

§
clientRequestToken?: string | null
[src]

The client request token you are using with the encryption configuration.

§
clusterName: string
[src]

The name of the cluster that you are associating with encryption configuration.

§
encryptionConfig: EncryptionConfig[]
[src]

The configuration you are using for encryption.