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

FieldLevelEncryptionConfig

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

A complex data type that includes the profile configurations specified for field-level encryption.

interface FieldLevelEncryptionConfig {
CallerReference: string;
Comment?: string | null;
ContentTypeProfileConfig?: ContentTypeProfileConfig | null;
QueryArgProfileConfig?: QueryArgProfileConfig | null;
}

§Properties

§
CallerReference: string
[src]

A unique number that ensures the request can't be replayed.

§
Comment?: string | null
[src]

An optional comment about the configuration. The comment cannot be longer than 128 characters.

§
ContentTypeProfileConfig?: ContentTypeProfileConfig | null
[src]

A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

§
QueryArgProfileConfig?: QueryArgProfileConfig | null
[src]

A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.