aws.iotthingsgraph.search_system_instances
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.search_system_instances;Description
Searches for system instances in the user's account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME. Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria. | STRUCT( |
Show child fields
| |
| _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 instance. | VARCHAR |
| created_at The date when the system instance was created. | TIMESTAMP_S |
| greengrass_group_id The ID of the Greengrass group where the system instance is deployed. | VARCHAR |
| greengrass_group_name The ID of the Greengrass group where the system instance is deployed. | VARCHAR |
| greengrass_group_version_id The version of the Greengrass group where the system instance is deployed. | VARCHAR |
| id The ID of the system instance. | VARCHAR |
| status The status of the system instance. | VARCHAR |
| target The target of the system instance. | VARCHAR |
| updated_at The date and time when the system instance was last updated. | TIMESTAMP_S |