FlowSourceConnectorPropertiesArgs

data class FlowSourceConnectorPropertiesArgs(val amplitude: Output<FlowAmplitudeSourcePropertiesArgs>? = null, val customConnector: Output<FlowCustomConnectorSourcePropertiesArgs>? = null, val datadog: Output<FlowDatadogSourcePropertiesArgs>? = null, val dynatrace: Output<FlowDynatraceSourcePropertiesArgs>? = null, val googleAnalytics: Output<FlowGoogleAnalyticsSourcePropertiesArgs>? = null, val inforNexus: Output<FlowInforNexusSourcePropertiesArgs>? = null, val marketo: Output<FlowMarketoSourcePropertiesArgs>? = null, val pardot: Output<FlowPardotSourcePropertiesArgs>? = null, val s3: Output<FlowS3SourcePropertiesArgs>? = null, val salesforce: Output<FlowSalesforceSourcePropertiesArgs>? = null, val sapoData: Output<FlowSapoDataSourcePropertiesArgs>? = null, val serviceNow: Output<FlowServiceNowSourcePropertiesArgs>? = null, val singular: Output<FlowSingularSourcePropertiesArgs>? = null, val slack: Output<FlowSlackSourcePropertiesArgs>? = null, val trendmicro: Output<FlowTrendmicroSourcePropertiesArgs>? = null, val veeva: Output<FlowVeevaSourcePropertiesArgs>? = null, val zendesk: Output<FlowZendeskSourcePropertiesArgs>? = null) : ConvertibleToJava<FlowSourceConnectorPropertiesArgs>

Source connector details required to query a connector

Constructors

Link copied to clipboard
constructor(amplitude: Output<FlowAmplitudeSourcePropertiesArgs>? = null, customConnector: Output<FlowCustomConnectorSourcePropertiesArgs>? = null, datadog: Output<FlowDatadogSourcePropertiesArgs>? = null, dynatrace: Output<FlowDynatraceSourcePropertiesArgs>? = null, googleAnalytics: Output<FlowGoogleAnalyticsSourcePropertiesArgs>? = null, inforNexus: Output<FlowInforNexusSourcePropertiesArgs>? = null, marketo: Output<FlowMarketoSourcePropertiesArgs>? = null, pardot: Output<FlowPardotSourcePropertiesArgs>? = null, s3: Output<FlowS3SourcePropertiesArgs>? = null, salesforce: Output<FlowSalesforceSourcePropertiesArgs>? = null, sapoData: Output<FlowSapoDataSourcePropertiesArgs>? = null, serviceNow: Output<FlowServiceNowSourcePropertiesArgs>? = null, singular: Output<FlowSingularSourcePropertiesArgs>? = null, slack: Output<FlowSlackSourcePropertiesArgs>? = null, trendmicro: Output<FlowTrendmicroSourcePropertiesArgs>? = null, veeva: Output<FlowVeevaSourcePropertiesArgs>? = null, zendesk: Output<FlowZendeskSourcePropertiesArgs>? = null)

Properties

Link copied to clipboard

Specifies the information that is required for querying Amplitude.

Link copied to clipboard

The properties that are applied when the custom connector is being used as a source.

Link copied to clipboard

Specifies the information that is required for querying Datadog.

Link copied to clipboard

Specifies the information that is required for querying Dynatrace.

Link copied to clipboard

Specifies the information that is required for querying Google Analytics.

Link copied to clipboard

Specifies the information that is required for querying Infor Nexus.

Link copied to clipboard

Specifies the information that is required for querying Marketo.

Link copied to clipboard

Specifies the information that is required for querying Salesforce Pardot.

Link copied to clipboard
val s3: Output<FlowS3SourcePropertiesArgs>? = null

Specifies the information that is required for querying Amazon S3.

Link copied to clipboard

Specifies the information that is required for querying Salesforce.

Link copied to clipboard

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

Link copied to clipboard

Specifies the information that is required for querying ServiceNow.

Link copied to clipboard

Specifies the information that is required for querying Singular.

Link copied to clipboard

Specifies the information that is required for querying Slack.

Link copied to clipboard

Specifies the information that is required for querying Trend Micro.

Link copied to clipboard

Specifies the information that is required for querying Veeva.

Link copied to clipboard

Specifies the information that is required for querying Zendesk.

Functions

Link copied to clipboard
open override fun toJava(): FlowSourceConnectorPropertiesArgs