@Stability(value=Stable)
public static interface CfnFlow.VeevaSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
VeevaSourcePropertiesProperty veevaSourcePropertiesProperty = VeevaSourcePropertiesProperty.builder()
.object("object")
// the properties below are optional
.documentType("documentType")
.includeAllVersions(false)
.includeRenditions(false)
.includeSourceFiles(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.VeevaSourcePropertiesProperty.Builder
A builder for
CfnFlow.VeevaSourcePropertiesProperty |
static class |
CfnFlow.VeevaSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.VeevaSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.VeevaSourcePropertiesProperty.Builder |
builder() |
default String |
getDocumentType()
The document type specified in the Veeva document extract flow.
|
default Object |
getIncludeAllVersions()
Boolean value to include All Versions of files in Veeva document extract flow.
|
default Object |
getIncludeRenditions()
Boolean value to include file renditions in Veeva document extract flow.
|
default Object |
getIncludeSourceFiles()
Boolean value to include source files in Veeva document extract flow.
|
String |
getObject()
The object specified in the Veeva flow source.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) @Nullable default String getDocumentType()
@Stability(value=Stable) @Nullable default Object getIncludeAllVersions()
@Stability(value=Stable) @Nullable default Object getIncludeRenditions()
@Stability(value=Stable) @Nullable default Object getIncludeSourceFiles()
@Stability(value=Stable) static CfnFlow.VeevaSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.