Method: Aws::CustomerProfiles::Types::FlowDefinition#source_flow_config

Defined in:
lib/aws-sdk-customerprofiles/types.rb

#source_flow_configTypes::SourceFlowConfig

The configuration that controls how Customer Profiles retrieves data from the source.



2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2607

class FlowDefinition < Struct.new(
  :description,
  :flow_name,
  :kms_arn,
  :source_flow_config,
  :tasks,
  :trigger_config)
  SENSITIVE = []
  include Aws::Structure
end