This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppFlow::Flow VeevaSourceProperties
The properties that are applied when using Veeva as a flow source.
Syntax
To declare this entity in your AWS 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 Pattern: [\s\w_-]+Maximum: 512Update 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: 512Update requires: No interruption 
See also
- 
                    VeevaSourceProperties in the Amazon AppFlow API Reference.