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-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudfront.ts";
interface FieldLevelEncryptionSummary {
Comment?: string | null;
ContentTypeProfileConfig?: ContentTypeProfileConfig | null;
Id: string;
LastModifiedTime: Date | number;
QueryArgProfileConfig?: QueryArgProfileConfig | null;
}

§Properties

§
Comment?: string | null
[src]
§
ContentTypeProfileConfig?: ContentTypeProfileConfig | null
[src]
§
Id: string
[src]
§
LastModifiedTime: Date | number
[src]
§
QueryArgProfileConfig?: QueryArgProfileConfig | null
[src]