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

FieldLevelEncryptionSummary

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

A summary of a field-level encryption item.

interface FieldLevelEncryptionSummary {
Comment?: string | null;
ContentTypeProfileConfig?: ContentTypeProfileConfig | null;
Id: string;
LastModifiedTime: Date | number;
QueryArgProfileConfig?: QueryArgProfileConfig | null;
}

§Properties

§
Comment?: string | null
[src]

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

§
ContentTypeProfileConfig?: ContentTypeProfileConfig | null
[src]

A summary of a content type-profile mapping.

§
Id: string
[src]

The unique ID of a field-level encryption item.

§
LastModifiedTime: Date | number
[src]

The last time that the summary of field-level encryption items was modified.

§
QueryArgProfileConfig?: QueryArgProfileConfig | null
[src]

A summary of a query argument-profile mapping.