AWS::AppFlow::Flow VeevaSourceProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppFlow::Flow VeevaSourceProperties

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DocumentType" : String, "IncludeAllVersions" : Boolean, "IncludeRenditions" : Boolean, "IncludeSourceFiles" : Boolean, "Object" : String }

YAML

DocumentType: String IncludeAllVersions: Boolean IncludeRenditions: Boolean IncludeSourceFiles: Boolean Object: String

Properties

DocumentType

The document type specified in the Veeva document extract flow.

Required: No

Type: String

Pattern: [\s\w_-]+

Maximum: 512

Update requires: No interruption

IncludeAllVersions

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

Required: No

Type: Boolean

Update requires: No interruption

IncludeRenditions

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

Required: No

Type: Boolean

Update requires: No interruption

IncludeSourceFiles

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

Required: No

Type: Boolean

Update requires: No interruption

Object

The object specified in the Veeva flow source.

Required: Yes

Type: String

Pattern: \S+

Maximum: 512

Update requires: No interruption

See also