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:StringIncludeAllVersions:BooleanIncludeRenditions:BooleanIncludeSourceFiles:BooleanObject:String
Properties
DocumentType-
The document type specified in the Veeva document extract flow.
Required: No
Type: String
Maximum:
512Pattern:
[\s\w_-]+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
Maximum:
512Pattern:
\S+Update requires: No interruption
See also
-
VeevaSourceProperties in the Amazon AppFlow API Reference.