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

FieldLevelEncryptionProfileConfig

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

A complex data type of profiles for the field-level encryption.

interface FieldLevelEncryptionProfileConfig {
CallerReference: string;
Comment?: string | null;
EncryptionEntities: EncryptionEntities;
Name: string;
}

§Properties

§
CallerReference: string
[src]

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

§
Comment?: string | null
[src]

An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.

§
EncryptionEntities: EncryptionEntities
[src]

A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

§
Name: string
[src]

Profile name for the field-level encryption profile.