Integration Flow Definition
data class IntegrationFlowDefinition(val description: String? = null, val flowName: String, val kmsArn: String, val sourceFlowConfig: IntegrationSourceFlowConfig, val tasks: List<IntegrationTask>, val triggerConfig: IntegrationTriggerConfig)
Constructors
Link copied to clipboard
constructor(description: String? = null, flowName: String, kmsArn: String, sourceFlowConfig: IntegrationSourceFlowConfig, tasks: List<IntegrationTask>, triggerConfig: IntegrationTriggerConfig)
Properties
Link copied to clipboard
A description of the flow you want to create.
Link copied to clipboard
The configuration that controls how Customer Profiles retrieves data from the source.
Link copied to clipboard
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
Link copied to clipboard
The trigger settings that determine how and when the flow runs.