public static interface CfnFlow.SourceConnectorPropertiesProperty
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.*; SourceConnectorPropertiesProperty sourceConnectorPropertiesProperty = SourceConnectorPropertiesProperty.builder() .amplitude(AmplitudeSourcePropertiesProperty.builder() .object("object") .build()) .customConnector(CustomConnectorSourcePropertiesProperty.builder() .entityName("entityName") // the properties below are optional .customProperties(Map.of( "customPropertiesKey", "customProperties")) .build()) .datadog(DatadogSourcePropertiesProperty.builder() .object("object") .build()) .dynatrace(DynatraceSourcePropertiesProperty.builder() .object("object") .build()) .googleAnalytics(GoogleAnalyticsSourcePropertiesProperty.builder() .object("object") .build()) .inforNexus(InforNexusSourcePropertiesProperty.builder() .object("object") .build()) .marketo(MarketoSourcePropertiesProperty.builder() .object("object") .build()) .pardot(PardotSourcePropertiesProperty.builder() .object("object") .build()) .s3(S3SourcePropertiesProperty.builder() .bucketName("bucketName") .bucketPrefix("bucketPrefix") // the properties below are optional .s3InputFormatConfig(S3InputFormatConfigProperty.builder() .s3InputFileType("s3InputFileType") .build()) .build()) .salesforce(SalesforceSourcePropertiesProperty.builder() .object("object") // the properties below are optional .dataTransferApi("dataTransferApi") .enableDynamicFieldUpdate(false) .includeDeletedRecords(false) .build()) .sapoData(SAPODataSourcePropertiesProperty.builder() .objectPath("objectPath") .build()) .serviceNow(ServiceNowSourcePropertiesProperty.builder() .object("object") .build()) .singular(SingularSourcePropertiesProperty.builder() .object("object") .build()) .slack(SlackSourcePropertiesProperty.builder() .object("object") .build()) .trendmicro(TrendmicroSourcePropertiesProperty.builder() .object("object") .build()) .veeva(VeevaSourcePropertiesProperty.builder() .object("object") // the properties below are optional .documentType("documentType") .includeAllVersions(false) .includeRenditions(false) .includeSourceFiles(false) .build()) .zendesk(ZendeskSourcePropertiesProperty.builder() .object("object") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.SourceConnectorPropertiesProperty.Builder
A builder for
CfnFlow.SourceConnectorPropertiesProperty |
static class |
CfnFlow.SourceConnectorPropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.SourceConnectorPropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.SourceConnectorPropertiesProperty.Builder |
builder() |
default java.lang.Object |
getAmplitude()
Specifies the information that is required for querying Amplitude.
|
default java.lang.Object |
getCustomConnector()
The properties that are applied when the custom connector is being used as a source.
|
default java.lang.Object |
getDatadog()
Specifies the information that is required for querying Datadog.
|
default java.lang.Object |
getDynatrace()
Specifies the information that is required for querying Dynatrace.
|
default java.lang.Object |
getGoogleAnalytics()
Specifies the information that is required for querying Google Analytics.
|
default java.lang.Object |
getInforNexus()
Specifies the information that is required for querying Infor Nexus.
|
default java.lang.Object |
getMarketo()
Specifies the information that is required for querying Marketo.
|
default java.lang.Object |
getPardot()
Specifies the information that is required for querying Salesforce Pardot.
|
default java.lang.Object |
getS3()
Specifies the information that is required for querying Amazon S3.
|
default java.lang.Object |
getSalesforce()
Specifies the information that is required for querying Salesforce.
|
default java.lang.Object |
getSapoData()
The properties that are applied when using SAPOData as a flow source.
|
default java.lang.Object |
getServiceNow()
Specifies the information that is required for querying ServiceNow.
|
default java.lang.Object |
getSingular()
Specifies the information that is required for querying Singular.
|
default java.lang.Object |
getSlack()
Specifies the information that is required for querying Slack.
|
default java.lang.Object |
getTrendmicro()
Specifies the information that is required for querying Trend Micro.
|
default java.lang.Object |
getVeeva()
Specifies the information that is required for querying Veeva.
|
default java.lang.Object |
getZendesk()
Specifies the information that is required for querying Zendesk.
|
default java.lang.Object getAmplitude()
default java.lang.Object getCustomConnector()
default java.lang.Object getDatadog()
default java.lang.Object getDynatrace()
default java.lang.Object getGoogleAnalytics()
default java.lang.Object getInforNexus()
default java.lang.Object getMarketo()
default java.lang.Object getPardot()
default java.lang.Object getS3()
default java.lang.Object getSalesforce()
default java.lang.Object getSapoData()
default java.lang.Object getServiceNow()
default java.lang.Object getSingular()
default java.lang.Object getSlack()
default java.lang.Object getTrendmicro()
default java.lang.Object getVeeva()
default java.lang.Object getZendesk()
static CfnFlow.SourceConnectorPropertiesProperty.Builder builder()