aws.iotthingsgraph.get_system_template
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_system_templateWHERE"id" = 'VALUE';Description
Gets a system.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the system to get. This ID must be in the user's namespace. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME | VARCHAR |
| revision_number Input Column The number that specifies the revision of the system to get. | 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 An object that contains summary data about the system. | STRUCT( |
Show child fields
| |