Class: Aws::Appflow::Types::UpdateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateFlowRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the flow.
-
#destination_flow_config_list ⇒ Array<Types::DestinationFlowConfig>
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
-
#flow_name ⇒ String
The specified name of the flow.
-
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
-
#source_flow_config ⇒ Types::SourceFlowConfig
Contains information about the configuration of the source connector used in the flow.
-
#tasks ⇒ Array<Types::Task>
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
-
#trigger_config ⇒ Types::TriggerConfig
The trigger settings that determine how and when the flow runs.
Instance Attribute Details
#description ⇒ String
A description of the flow.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#destination_flow_config_list ⇒ Array<Types::DestinationFlowConfig>
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#source_flow_config ⇒ Types::SourceFlowConfig
Contains information about the configuration of the source connector used in the flow.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::Task>
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |
#trigger_config ⇒ Types::TriggerConfig
The trigger settings that determine how and when the flow runs.
5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5249 class UpdateFlowRequest < Struct.new( :flow_name, :description, :trigger_config, :source_flow_config, :destination_flow_config_list, :tasks, :metadata_catalog_config) SENSITIVE = [] include Aws::Structure end |