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

CustomContentImageScalingConfiguration

import type { CustomContentImageScalingConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
type CustomContentImageScalingConfiguration =
| "FIT_TO_HEIGHT"
| "FIT_TO_WIDTH"
| "DO_NOT_SCALE"
| "SCALE_TO_VISUAL"

§Type

§
"FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL" | cmnP.UnexpectedEnumValue
[src]