| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.VeevaSourceProperties
Description
Synopsis
- data VeevaSourceProperties = VeevaSourceProperties' {}
- newVeevaSourceProperties :: Text -> VeevaSourceProperties
- veevaSourceProperties_documentType :: Lens' VeevaSourceProperties (Maybe Text)
- veevaSourceProperties_includeAllVersions :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_includeRenditions :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_includeSourceFiles :: Lens' VeevaSourceProperties (Maybe Bool)
- veevaSourceProperties_object :: Lens' VeevaSourceProperties Text
Documentation
data VeevaSourceProperties Source #
The properties that are applied when using Veeva as a flow source.
See: newVeevaSourceProperties smart constructor.
Constructors
| VeevaSourceProperties' | |
Fields
| |
Instances
newVeevaSourceProperties Source #
Arguments
| :: Text | |
| -> VeevaSourceProperties |
Create a value of VeevaSourceProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:documentType:VeevaSourceProperties', veevaSourceProperties_documentType - The document type specified in the Veeva document extract flow.
$sel:includeAllVersions:VeevaSourceProperties', veevaSourceProperties_includeAllVersions - Boolean value to include All Versions of files in Veeva document extract
flow.
$sel:includeRenditions:VeevaSourceProperties', veevaSourceProperties_includeRenditions - Boolean value to include file renditions in Veeva document extract flow.
$sel:includeSourceFiles:VeevaSourceProperties', veevaSourceProperties_includeSourceFiles - Boolean value to include source files in Veeva document extract flow.
$sel:object':VeevaSourceProperties', veevaSourceProperties_object - The object specified in the Veeva flow source.
veevaSourceProperties_documentType :: Lens' VeevaSourceProperties (Maybe Text) Source #
The document type specified in the Veeva document extract flow.
veevaSourceProperties_includeAllVersions :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include All Versions of files in Veeva document extract flow.
veevaSourceProperties_includeRenditions :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include file renditions in Veeva document extract flow.
veevaSourceProperties_includeSourceFiles :: Lens' VeevaSourceProperties (Maybe Bool) Source #
Boolean value to include source files in Veeva document extract flow.
veevaSourceProperties_object :: Lens' VeevaSourceProperties Text Source #
The object specified in the Veeva flow source.