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

FieldLevelEncryption

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

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

interface FieldLevelEncryption {
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig;
Id: string;
LastModifiedTime: Date | number;
}

§Properties

§
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig
[src]

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

§
Id: string
[src]

The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

§
LastModifiedTime: Date | number
[src]

The last time the field-level encryption configuration was changed.