AWS::AppFlow::Flow VeevaSourceProperties - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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