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

FieldLevelEncryptionProfileSummary

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

The field-level encryption profile summary.

interface FieldLevelEncryptionProfileSummary {
Comment?: string | null;
EncryptionEntities: EncryptionEntities;
Id: string;
LastModifiedTime: Date | number;
Name: string;
}

§Properties

§
Comment?: string | null
[src]

An optional comment for the field-level encryption profile summary. 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.

§
Id: string
[src]

ID for the field-level encryption profile summary.

§
LastModifiedTime: Date | number
[src]

The time when the the field-level encryption profile summary was last updated.

§
Name: string
[src]

Name for the field-level encryption profile summary.