aws.iotthingsgraph.search_flow_executions
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.search_flow_executionsWHERE"system_instance_id" = 'VALUE';Description
Searches for AWS IoT Things Graph workflow execution instances.
Table Definition
| Column Name | Column Data Type |
|---|---|
| system_instance_id Required Input Column The ID of the system instance that contains the flow. | VARCHAR |
| end_time Input Column The date and time of the latest flow execution to return. | TIMESTAMP_S |
| flow_execution_id Input Column The ID of the flow execution. | VARCHAR |
| start_time Input Column The date and time of the earliest flow execution to return. | TIMESTAMP_S |
| _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 |
| created_at The date and time when the flow execution summary was created. | TIMESTAMP_S |
| flow_template_id The ID of the flow. | VARCHAR |
| status The current status of the flow execution. | VARCHAR |
| updated_at The date and time when the flow execution summary was last updated. | TIMESTAMP_S |