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

ContentTypeProfileConfig

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

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

interface ContentTypeProfileConfig {
ContentTypeProfiles?: ContentTypeProfiles | null;
ForwardWhenContentTypeIsUnknown: boolean;
}

§Properties

§
ContentTypeProfiles?: ContentTypeProfiles | null
[src]

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

§
ForwardWhenContentTypeIsUnknown: boolean
[src]

The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.