AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTFleetWise::SignalCatalog

CfnSignalCatalog

Creates 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

import { CfnSignalCatalog } from 'aws-cdk-lib/aws-iotfleetwise';

Or use the module namespace:

import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnSignalCatalog

Properties

Configuration passed to the constructor as CfnSignalCatalogProps.

descriptionOptional
string

A brief description of the signal catalog.

nameOptional
string

The name of the signal catalog.

nodeCountsOptional
IResolvable | NodeCountsProperty

Information about the number of nodes and node types in a vehicle network.

nodesOptional
IResolvable | IResolvable | NodeProperty[]

A list of information about nodes, which are a general abstraction of signals.

tagsOptional
CfnTag[]

Metadata that can be used to manage the signal catalog.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotfleetwise
CFN TypeAWS::IoTFleetWise::SignalCatalog
Properties5

External Links