aws.iotthingsgraph.list_flow_execution_messages
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.list_flow_execution_messagesWHERE"flow_execution_id" = 'VALUE';Description
Returns a list of objects that contain information about events in a flow execution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| flow_execution_id Required Input Column The ID of the flow execution. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| event_type The type of flow event . | VARCHAR |
| message_id The unique identifier of the message. | VARCHAR |
| payload A string containing information about the flow event. | VARCHAR |
| timestamp The date and time when the message was last updated. | TIMESTAMP_S |