aws.iotthingsgraph.search_flow_templates
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.search_flow_templates;Description
Searches for summary information about workflows.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID. | STRUCT( |
Show child fields
| |
| _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 |
| arn The ARN of the workflow. | VARCHAR |
| created_at The date when the workflow was created. | TIMESTAMP_S |
| id The ID of the workflow. | VARCHAR |
| revision_number The revision number of the workflow. | BIGINT |