aws.iotfleetwise.get_signal_catalog
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_signal_catalogWHERE"name" = 'VALUE';Description
Retrieves information about a signal catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the signal catalog. | 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 |
| 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 |
| description A brief description of the signal catalog. | VARCHAR |
| last_modification_time The last time the signal catalog was modified. | TIMESTAMP_S |
| node_counts The total number of network nodes specified in a signal catalog. | STRUCT( |
Show child fields
| |