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

FieldLevelEncryptionProfile

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

A complex data type for field-level encryption profiles.

interface FieldLevelEncryptionProfile {
FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig;
Id: string;
LastModifiedTime: Date | number;
}

§Properties

§
FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig
[src]

A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.

§
Id: string
[src]

The ID for a field-level encryption profile 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 profile was updated.