AWS::IoTFleetWise::SignalCatalogCreates a collection of standardized signals that can be reused to create vehicle models. For more information, see [Signal catalogs](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/signal-catalogs.html) in the *AWS IoT FleetWise Developer Guide* .
import { CfnSignalCatalog } from 'aws-cdk-lib/aws-iotfleetwise';Or use the module namespace:
import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnSignalCatalogConfiguration passed to the constructor as CfnSignalCatalogProps.
descriptionOptionalstringA brief description of the signal catalog.
nameOptionalstringThe name of the signal catalog.
nodeCountsOptionalIResolvable | NodeCountsPropertyInformation about the number of nodes and node types in a vehicle network.
nodesOptionalIResolvable | IResolvable | NodeProperty[]A list of information about nodes, which are a general abstraction of signals.
tagsOptionalCfnTag[]Metadata that can be used to manage the signal catalog.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotfleetwiseAWS::IoTFleetWise::SignalCatalog