Amazon AppFlow Flow

Amazon AppFlow Flow is a managed integration resource that automates data transfers between AWS services and external SaaS applications. It allows users to securely move, transform, and enrich data without writing custom code. Each flow defines the source, destination, and transformation logic, enabling scheduled or event-driven synchronization.

aws.appflow_flow

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
created_atcoretimestampSpecifies when the flow was created.
created_bycorestringThe ARN of the user who created the flow.
descriptioncorestringA description of the flow.
destination_flow_config_listcorejsonThe configuration that controls how Amazon AppFlow transfers data to the destination connector.
flow_arncorestringThe flow's Amazon Resource Name (ARN).
flow_namecorestringThe specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flow_statuscorestringIndicates the current status of the flow.
flow_status_messagecorestringContains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.
kms_arncorestringThe ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
last_run_execution_detailscorejsonDescribes the details of the most recent flow run.
last_run_metadata_catalog_detailscorejsonDescribes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
last_updated_atcoretimestampSpecifies when the flow was last updated.
last_updated_bycorestringSpecifies the user name of the account that performed the most recent update.
metadata_catalog_configcorejsonSpecifies 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.
schema_versioncoreint64The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration: Source-to-destination field mappings Field data types Partition keys
source_flow_configcorejsonThe configuration that controls how Amazon AppFlow retrieves data from the source connector.
tagscorehstore_csv
taskscorejsonA list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
trigger_configcorejsonThe trigger settings that determine how and when the flow runs.