aws.iotfleetwise.list_signal_catalogs
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_signal_catalogs;Description
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 Amazon Resource Name (ARN) of the signal catalog. | VARCHAR |
| creation_time The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| last_modification_time The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| name The name of the signal catalog. | VARCHAR |