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

ContentTypeProfile

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

A field-level encryption content type profile.

interface ContentTypeProfile {
ContentType: string;
Format: Format;
ProfileId?: string | null;
}

§Properties

§
ContentType: string
[src]

The content type for a field-level encryption content type-profile mapping.

§
Format: Format
[src]

The format for a field-level encryption content type-profile mapping.

§
ProfileId?: string | null
[src]

The profile ID for a field-level encryption content type-profile mapping.