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:
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
-
VeevaSourceProperties in the Amazon AppFlow API Reference.