aws.iotthingsgraph.get_system_instance
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_system_instanceWHERE"id" = 'VALUE';Description
Gets a system instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the system deployment instance. This value is returned by CreateSystemInstance. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME | 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 |
| description An object that describes the system instance. | STRUCT( |
Show child fields
| |