aws-cdk-lib.aws_appflow.CfnFlow.VeevaSourcePropertiesProperty

interface VeevaSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.VeevaSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_VeevaSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.VeevaSourcePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.VeevaSourcePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » VeevaSourcePropertiesProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const veevaSourcePropertiesProperty: appflow.CfnFlow.VeevaSourcePropertiesProperty = {
  object: 'object',

  // the properties below are optional
  documentType: 'documentType',
  includeAllVersions: false,
  includeRenditions: false,
  includeSourceFiles: false,
};

Properties

NameTypeDescription
objectstringThe object specified in the Veeva flow source.
documentType?stringThe document type specified in the Veeva document extract flow.
includeAllVersions?boolean | IResolvableBoolean value to include All Versions of files in Veeva document extract flow.
includeRenditions?boolean | IResolvableBoolean value to include file renditions in Veeva document extract flow.
includeSourceFiles?boolean | IResolvableBoolean value to include source files in Veeva document extract flow.

object

Type: string

The object specified in the Veeva flow source.


documentType?

Type: string (optional)

The document type specified in the Veeva document extract flow.


includeAllVersions?

Type: boolean | IResolvable (optional)

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


includeRenditions?

Type: boolean | IResolvable (optional)

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


includeSourceFiles?

Type: boolean | IResolvable (optional)

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