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

VeevaSourceProperties

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

The properties that are applied when using Veeva as a flow source.

interface VeevaSourceProperties {
documentType?: string | null;
includeAllVersions?: boolean | null;
includeRenditions?: boolean | null;
includeSourceFiles?: boolean | null;
object: string;
}

§Properties

§
documentType?: string | null
[src]

The document type specified in the Veeva document extract flow.

§
includeAllVersions?: boolean | null
[src]

Boolean value to include All Versions of files in Veeva document extract flow.

§
includeRenditions?: boolean | null
[src]

Boolean value to include file renditions in Veeva document extract flow.

§
includeSourceFiles?: boolean | null
[src]

Boolean value to include source files in Veeva document extract flow.

§
object: string
[src]

The object specified in the Veeva flow source.