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

CustomContentConfiguration

import type { CustomContentConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The configuration of a CustomContentVisual.

interface CustomContentConfiguration {
ContentType?: CustomContentType | null;
ContentUrl?: string | null;
}

§Properties

§
ContentType?: CustomContentType | null
[src]

The content type of the custom content visual. You can use this to have the visual render as an image.

§
ContentUrl?: string | null
[src]

The input URL that links to the custom content that you want in the custom visual.

§

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.