aws.iotthingsgraph.get_flow_template
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_flow_templateWHERE"id" = 'VALUE';Description
Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the workflow. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME | VARCHAR |
| revision_number Input Column The number of the workflow revision to retrieve. | BIGINT |
| _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 |
| description The object that describes the specified workflow. | STRUCT( |
Show child fields
| |