aws.iotthingsgraph.get_flow_template_revisions
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_flow_template_revisionsWHERE"id" = 'VALUE';Description
Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the workflow. | 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 |
| arn The ARN of the workflow. | VARCHAR |
| created_at The date when the workflow was created. | TIMESTAMP_S |
| revision_number The revision number of the workflow. | BIGINT |