IntegrationSourceConnectorPropertiesArgs

data class IntegrationSourceConnectorPropertiesArgs(val marketo: Output<IntegrationMarketoSourcePropertiesArgs>? = null, val s3: Output<IntegrationS3SourcePropertiesArgs>? = null, val salesforce: Output<IntegrationSalesforceSourcePropertiesArgs>? = null, val serviceNow: Output<IntegrationServiceNowSourcePropertiesArgs>? = null, val zendesk: Output<IntegrationZendeskSourcePropertiesArgs>? = null) : ConvertibleToJava<IntegrationSourceConnectorPropertiesArgs>

Constructors

Link copied to clipboard
constructor(marketo: Output<IntegrationMarketoSourcePropertiesArgs>? = null, s3: Output<IntegrationS3SourcePropertiesArgs>? = null, salesforce: Output<IntegrationSalesforceSourcePropertiesArgs>? = null, serviceNow: Output<IntegrationServiceNowSourcePropertiesArgs>? = null, zendesk: Output<IntegrationZendeskSourcePropertiesArgs>? = null)

Properties

Link copied to clipboard

The properties that are applied when Marketo is being used as a source.

Link copied to clipboard

The properties that are applied when Amazon S3 is being used as the flow source.

Link copied to clipboard

The properties that are applied when Salesforce is being used as a source.

Link copied to clipboard

The properties that are applied when ServiceNow is being used as a source.

Link copied to clipboard

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

Functions

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