aws.iotthingsgraph.search_system_templates
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.search_system_templates;Description
Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID. | 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. | VARCHAR |
| created_at The date when the system was created. | TIMESTAMP_S |
| id The ID of the system. | VARCHAR |
| revision_number The revision number of the system. | BIGINT |