Package-level declarations

Types

data class ConnectorProfileConnectorProfileConfigArgs(val connectorProfileCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>, val connectorProfileProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitudeArgs(val apiKey: Output<String>, val secretKey: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitudeArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs(val amplitude: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitudeArgs>? = null, val customConnector: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorArgs>? = null, val datadog: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadogArgs>? = null, val dynatrace: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatraceArgs>? = null, val googleAnalytics: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs>? = null, val honeycode: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs>? = null, val inforNexus: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexusArgs>? = null, val marketo: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoArgs>? = null, val redshift: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs>? = null, val salesforce: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs>? = null, val sapoData: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataArgs>? = null, val serviceNow: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs>? = null, val singular: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs>? = null, val slack: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackArgs>? = null, val snowflake: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs>? = null, val trendmicro: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicroArgs>? = null, val veeva: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeevaArgs>? = null, val zendesk: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs(val apiKey: Output<String>, val apiSecretKey: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasicArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasicArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustomArgs(val credentialsMap: Output<Map<String, String>>? = null, val customAuthenticationType: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustomArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args(val accessToken: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadogArgs(val apiKey: Output<String>, val applicationKey: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadogArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatraceArgs(val apiToken: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatraceArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs(val accessToken: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexusArgs(val accessKeyId: Output<String>, val datakey: Output<String>, val secretAccessKey: Output<String>, val userId: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexusArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequestArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs(val accessToken: Output<String>? = null, val clientCredentialsArn: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs(val apiKey: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequestArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequestArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicroArgs(val apiSecretKey: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicroArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeevaArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeevaArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs>
class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitudeArgs : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitudeArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs(val amplitude: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitudeArgs>? = null, val customConnector: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs>? = null, val datadog: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadogArgs>? = null, val dynatrace: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatraceArgs>? = null, val googleAnalytics: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalyticsArgs>? = null, val honeycode: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycodeArgs>? = null, val inforNexus: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexusArgs>? = null, val marketo: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketoArgs>? = null, val redshift: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshiftArgs>? = null, val salesforce: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs>? = null, val sapoData: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs>? = null, val serviceNow: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs>? = null, val singular: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingularArgs>? = null, val slack: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlackArgs>? = null, val snowflake: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs>? = null, val trendmicro: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicroArgs>? = null, val veeva: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeevaArgs>? = null, val zendesk: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendeskArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs(val oauth2Properties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>? = null, val profileProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs(val oauth2GrantType: Output<String>, val tokenUrl: Output<String>, val tokenUrlCustomProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadogArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadogArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatraceArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatraceArgs>
class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalyticsArgs : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalyticsArgs>
class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycodeArgs : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycodeArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexusArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexusArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketoArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketoArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshiftArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val clusterIdentifier: Output<String>? = null, val dataApiRoleArn: Output<String>? = null, val databaseName: Output<String>? = null, val databaseUrl: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshiftArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs(val instanceUrl: Output<String>? = null, val isSandboxEnvironment: Output<Boolean>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs(val applicationHostUrl: Output<String>, val applicationServicePath: Output<String>, val clientNumber: Output<String>, val logonLanguage: Output<String>? = null, val oauthProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>? = null, val portNumber: Output<Int>, val privateLinkServiceName: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs(val authCodeUrl: Output<String>, val oauthScopes: Output<List<String>>, val tokenUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs>
class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingularArgs : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingularArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlackArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlackArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs(val accountName: Output<String>? = null, val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val privateLinkServiceName: Output<String>? = null, val region: Output<String>? = null, val stage: Output<String>, val warehouse: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs>
class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicroArgs : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicroArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeevaArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeevaArgs>
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendeskArgs(val instanceUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendeskArgs>
Link copied to clipboard
data class FlowDestinationFlowConfigArgs(val apiVersion: Output<String>? = null, val connectorProfileName: Output<String>? = null, val connectorType: Output<String>, val destinationConnectorProperties: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesArgs>) : ConvertibleToJava<FlowDestinationFlowConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorArgs(val customProperties: Output<Map<String, String>>? = null, val entityName: Output<String>, val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfilesArgs(val domainName: Output<String>, val objectTypeName: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfilesArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfigArgs>? = null, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfigArgs>? = null, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfigArgs>
class FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetricsArgs : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesLookoutMetricsArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfigArgs>? = null, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftArgs(val bucketPrefix: Output<String>? = null, val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>? = null, val intermediateBucketName: Output<String>, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3Args(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigArgs>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3Args>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs(val aggregationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigArgs(val aggregationConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>? = null, val fileType: Output<String>? = null, val prefixConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>? = null, val preserveSourceDataTyping: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs(val prefixFormat: Output<String>? = null, val prefixType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val object: Output<String>, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val objectPath: Output<String>, val successResponseHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs>? = null, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeArgs(val bucketPrefix: Output<String>? = null, val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfigArgs>? = null, val intermediateBucketName: Output<String>, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfigArgs(val aggregationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfigArgs(val prefixFormat: Output<String>? = null, val prefixType: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfigArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val object: Output<String>, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs>
data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstDestinationError: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs>
Link copied to clipboard
data class FlowSourceFlowConfigArgs(val apiVersion: Output<String>? = null, val connectorProfileName: Output<String>? = null, val connectorType: Output<String>, val incrementalPullConfig: Output<FlowSourceFlowConfigIncrementalPullConfigArgs>? = null, val sourceConnectorProperties: Output<FlowSourceFlowConfigSourceConnectorPropertiesArgs>) : ConvertibleToJava<FlowSourceFlowConfigArgs>
data class FlowSourceFlowConfigIncrementalPullConfigArgs(val datetimeTypeFieldName: Output<String>? = null) : ConvertibleToJava<FlowSourceFlowConfigIncrementalPullConfigArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesAmplitudeArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesAmplitudeArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesArgs(val amplitude: Output<FlowSourceFlowConfigSourceConnectorPropertiesAmplitudeArgs>? = null, val customConnector: Output<FlowSourceFlowConfigSourceConnectorPropertiesCustomConnectorArgs>? = null, val datadog: Output<FlowSourceFlowConfigSourceConnectorPropertiesDatadogArgs>? = null, val dynatrace: Output<FlowSourceFlowConfigSourceConnectorPropertiesDynatraceArgs>? = null, val googleAnalytics: Output<FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgs>? = null, val inforNexus: Output<FlowSourceFlowConfigSourceConnectorPropertiesInforNexusArgs>? = null, val marketo: Output<FlowSourceFlowConfigSourceConnectorPropertiesMarketoArgs>? = null, val s3: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3Args>? = null, val salesforce: Output<FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs>? = null, val sapoData: Output<FlowSourceFlowConfigSourceConnectorPropertiesSapoDataArgs>? = null, val serviceNow: Output<FlowSourceFlowConfigSourceConnectorPropertiesServiceNowArgs>? = null, val singular: Output<FlowSourceFlowConfigSourceConnectorPropertiesSingularArgs>? = null, val slack: Output<FlowSourceFlowConfigSourceConnectorPropertiesSlackArgs>? = null, val trendmicro: Output<FlowSourceFlowConfigSourceConnectorPropertiesTrendmicroArgs>? = null, val veeva: Output<FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs>? = null, val zendesk: Output<FlowSourceFlowConfigSourceConnectorPropertiesZendeskArgs>? = null) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesCustomConnectorArgs(val customProperties: Output<Map<String, String>>? = null, val entityName: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesCustomConnectorArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesDatadogArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesDatadogArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesDynatraceArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesDynatraceArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesInforNexusArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesInforNexusArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesMarketoArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesMarketoArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesS3Args(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3InputFormatConfig: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>? = null) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesS3Args>
data class FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs(val s3InputFileType: Output<String>? = null) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs(val enableDynamicFieldUpdate: Output<Boolean>? = null, val includeDeletedRecords: Output<Boolean>? = null, val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesSapoDataArgs(val objectPath: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesSapoDataArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesServiceNowArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesServiceNowArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesSingularArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesSingularArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesSlackArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesSlackArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesTrendmicroArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesTrendmicroArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs(val documentType: Output<String>? = null, val includeAllVersions: Output<Boolean>? = null, val includeRenditions: Output<Boolean>? = null, val includeSourceFiles: Output<Boolean>? = null, val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesVeevaArgs>
data class FlowSourceFlowConfigSourceConnectorPropertiesZendeskArgs(val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesZendeskArgs>
Link copied to clipboard
data class FlowTaskArgs(val connectorOperators: Output<List<FlowTaskConnectorOperatorArgs>>? = null, val destinationField: Output<String>? = null, val sourceFields: Output<List<String>>, val taskProperties: Output<Map<String, String>>? = null, val taskType: Output<String>) : ConvertibleToJava<FlowTaskArgs>
Link copied to clipboard
Link copied to clipboard
data class FlowTaskConnectorOperatorArgs(val amplitude: Output<String>? = null, val customConnector: Output<String>? = null, val datadog: Output<String>? = null, val dynatrace: Output<String>? = null, val googleAnalytics: Output<String>? = null, val inforNexus: Output<String>? = null, val marketo: Output<String>? = null, val s3: Output<String>? = null, val salesforce: Output<String>? = null, val sapoData: Output<String>? = null, val serviceNow: Output<String>? = null, val singular: Output<String>? = null, val slack: Output<String>? = null, val trendmicro: Output<String>? = null, val veeva: Output<String>? = null, val zendesk: Output<String>? = null) : ConvertibleToJava<FlowTaskConnectorOperatorArgs>
Link copied to clipboard
data class FlowTriggerConfigArgs(val triggerProperties: Output<FlowTriggerConfigTriggerPropertiesArgs>? = null, val triggerType: Output<String>) : ConvertibleToJava<FlowTriggerConfigArgs>
Link copied to clipboard
data class FlowTriggerConfigTriggerPropertiesArgs(val scheduled: Output<FlowTriggerConfigTriggerPropertiesScheduledArgs>? = null) : ConvertibleToJava<FlowTriggerConfigTriggerPropertiesArgs>
data class FlowTriggerConfigTriggerPropertiesScheduledArgs(val dataPullMode: Output<String>? = null, val firstExecutionFrom: Output<String>? = null, val scheduleEndTime: Output<String>? = null, val scheduleExpression: Output<String>, val scheduleOffset: Output<Int>? = null, val scheduleStartTime: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<FlowTriggerConfigTriggerPropertiesScheduledArgs>