Package-level declarations
Types
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfig(val connectorProfileCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentials, val connectorProfileProperties: ConnectorProfileConnectorProfileConfigConnectorProfileProperties)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentials(val amplitude: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude? = null, val customConnector: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector? = null, val datadog: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog? = null, val dynatrace: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace? = null, val googleAnalytics: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics? = null, val honeycode: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode? = null, val inforNexus: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus? = null, val marketo: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo? = null, val redshift: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift? = null, val salesforce: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce? = null, val sapoData: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData? = null, val serviceNow: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow? = null, val singular: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular? = null, val slack: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack? = null, val snowflake: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake? = null, val trendmicro: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro? = null, val veeva: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva? = null, val zendesk: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude(val apiKey: String, val secretKey: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector(val apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null, val authenticationType: String, val basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null, val custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null, val oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey(val apiKey: String, val apiSecretKey: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom(val credentialsMap: Map<String, String>? = null, val customAuthenticationType: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2(val accessToken: String? = null, val clientId: String? = null, val clientSecret: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest? = null, val refreshToken: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog(val apiKey: String, val applicationKey: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace(val apiToken: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics(val accessToken: String? = null, val clientId: String, val clientSecret: String, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest? = null, val refreshToken: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode(val accessToken: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest? = null, val refreshToken: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus(val accessKeyId: String, val datakey: String, val secretAccessKey: String, val userId: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo(val accessToken: String? = null, val clientId: String, val clientSecret: String, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce(val accessToken: String? = null, val clientCredentialsArn: String? = null, val jwtToken: String? = null, val oauth2GrantType: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest? = null, val refreshToken: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData(val basicAuthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials? = null, val oauthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials(val accessToken: String? = null, val clientId: String, val clientSecret: String, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest? = null, val refreshToken: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular(val apiKey: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack(val accessToken: String? = null, val clientId: String, val clientSecret: String, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro(val apiSecretKey: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva(val password: String, val username: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk(val accessToken: String? = null, val clientId: String, val clientSecret: String, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest(val authCode: String? = null, val redirectUri: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfileProperties(val amplitude: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude? = null, val customConnector: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector? = null, val datadog: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog? = null, val dynatrace: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace? = null, val googleAnalytics: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics? = null, val honeycode: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode? = null, val inforNexus: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus? = null, val marketo: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo? = null, val redshift: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift? = null, val salesforce: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce? = null, val sapoData: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData? = null, val serviceNow: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow? = null, val singular: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular? = null, val slack: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack? = null, val snowflake: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake? = null, val trendmicro: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro? = null, val veeva: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva? = null, val zendesk: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector(val oauth2Properties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties? = null, val profileProperties: Map<String, String>? = null)
Link copied to clipboard
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift(val bucketName: String, val bucketPrefix: String? = null, val clusterIdentifier: String? = null, val dataApiRoleArn: String? = null, val databaseName: String? = null, val databaseUrl: String? = null, val roleArn: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce(val instanceUrl: String? = null, val isSandboxEnvironment: Boolean? = null, val usePrivatelinkForMetadataAndAuthorization: Boolean? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData(val applicationHostUrl: String, val applicationServicePath: String, val clientNumber: String, val logonLanguage: String? = null, val oauthProperties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties? = null, val portNumber: Int, val privateLinkServiceName: String? = null)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties(val authCodeUrl: String, val oauthScopes: List<String>, val tokenUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack(val instanceUrl: String)
Link copied to clipboard
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva(val instanceUrl: String)
Link copied to clipboard
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk(val instanceUrl: String)
Link copied to clipboard
data class FlowDestinationFlowConfig(val apiVersion: String? = null, val connectorProfileName: String? = null, val connectorType: String, val destinationConnectorProperties: FlowDestinationFlowConfigDestinationConnectorProperties)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorProperties(val customConnector: FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector? = null, val customerProfiles: FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles? = null, val eventBridge: FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge? = null, val honeycode: FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode? = null, val lookoutMetrics: FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetrics? = null, val marketo: FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo? = null, val redshift: FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift? = null, val s3: FlowDestinationFlowConfigDestinationConnectorPropertiesS3? = null, val salesforce: FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce? = null, val sapoData: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData? = null, val snowflake: FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake? = null, val upsolver: FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver? = null, val zendesk: FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector(val customProperties: Map<String, String>? = null, val entityName: String, val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val writeOperationType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles(val domainName: String, val objectTypeName: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig? = null, val object: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig? = null, val object: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig? = null, val object: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift(val bucketPrefix: String? = null, val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig? = null, val intermediateBucketName: String, val object: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3(val bucketName: String, val bucketPrefix: String? = null, val s3OutputFormatConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig(val aggregationConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig? = null, val fileType: String? = null, val prefixConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig? = null, val preserveSourceDataTyping: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig(val aggregationType: String? = null, val targetFileSize: Int? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig(val prefixFormat: String? = null, val prefixHierarchies: List<String>? = null, val prefixType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce(val dataTransferApi: String? = null, val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val object: String, val writeOperationType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val objectPath: String, val successResponseHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig? = null, val writeOperationType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake(val bucketPrefix: String? = null, val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig? = null, val intermediateBucketName: String, val object: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver(val bucketName: String, val bucketPrefix: String? = null, val s3OutputFormatConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig(val aggregationConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig? = null, val fileType: String? = null, val prefixConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig)
Flow Destination Flow Config Destination Connector Properties Upsolver S3Output Format Config Aggregation Config
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig(val aggregationType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig(val prefixFormat: String? = null, val prefixHierarchies: List<String>? = null, val prefixType: String)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val object: String, val writeOperationType: String? = null)
Link copied to clipboard
data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)
Link copied to clipboard
data class FlowMetadataCatalogConfig(val glueDataCatalog: FlowMetadataCatalogConfigGlueDataCatalog? = null)
Link copied to clipboard
data class FlowMetadataCatalogConfigGlueDataCatalog(val databaseName: String, val roleArn: String, val tablePrefix: String)
Link copied to clipboard
data class FlowSourceFlowConfig(val apiVersion: String? = null, val connectorProfileName: String? = null, val connectorType: String, val incrementalPullConfig: FlowSourceFlowConfigIncrementalPullConfig? = null, val sourceConnectorProperties: FlowSourceFlowConfigSourceConnectorProperties)
Link copied to clipboard
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorProperties(val amplitude: FlowSourceFlowConfigSourceConnectorPropertiesAmplitude? = null, val customConnector: FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector? = null, val datadog: FlowSourceFlowConfigSourceConnectorPropertiesDatadog? = null, val dynatrace: FlowSourceFlowConfigSourceConnectorPropertiesDynatrace? = null, val googleAnalytics: FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics? = null, val inforNexus: FlowSourceFlowConfigSourceConnectorPropertiesInforNexus? = null, val marketo: FlowSourceFlowConfigSourceConnectorPropertiesMarketo? = null, val s3: FlowSourceFlowConfigSourceConnectorPropertiesS3? = null, val salesforce: FlowSourceFlowConfigSourceConnectorPropertiesSalesforce? = null, val sapoData: FlowSourceFlowConfigSourceConnectorPropertiesSapoData? = null, val serviceNow: FlowSourceFlowConfigSourceConnectorPropertiesServiceNow? = null, val singular: FlowSourceFlowConfigSourceConnectorPropertiesSingular? = null, val slack: FlowSourceFlowConfigSourceConnectorPropertiesSlack? = null, val trendmicro: FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro? = null, val veeva: FlowSourceFlowConfigSourceConnectorPropertiesVeeva? = null, val zendesk: FlowSourceFlowConfigSourceConnectorPropertiesZendesk? = null)
Link copied to clipboard
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector(val customProperties: Map<String, String>? = null, val entityName: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesS3(val bucketName: String, val bucketPrefix: String, val s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig(val s3InputFileType: String? = null)
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesSalesforce(val dataTransferApi: String? = null, val enableDynamicFieldUpdate: Boolean? = null, val includeDeletedRecords: Boolean? = null, val object: String)
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesSapoData(val objectPath: String, val paginationConfig: FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig? = null, val parallelismConfig: FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig? = null)
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig(val maxPageSize: Int)
Link copied to clipboard
data class FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig(val maxPageSize: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FlowTaskConnectorOperator(val amplitude: String? = null, val customConnector: String? = null, val datadog: String? = null, val dynatrace: String? = null, val googleAnalytics: String? = null, val inforNexus: String? = null, val marketo: String? = null, val s3: String? = null, val salesforce: String? = null, val sapoData: String? = null, val serviceNow: String? = null, val singular: String? = null, val slack: String? = null, val trendmicro: String? = null, val veeva: String? = null, val zendesk: String? = null)
Link copied to clipboard
data class FlowTriggerConfig(val triggerProperties: FlowTriggerConfigTriggerProperties? = null, val triggerType: String)
Link copied to clipboard
data class FlowTriggerConfigTriggerProperties(val scheduled: FlowTriggerConfigTriggerPropertiesScheduled? = null)
Link copied to clipboard