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