This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTFleetWise::DecoderManifest SignalDecodersItems
Information about a signal decoder.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CanSignalDecoder" :CanSignalDecoder, "CustomDecodingSignalDecoder" :CustomDecodingSignalDecoder, "ObdSignalDecoder" :ObdSignalDecoder}
YAML
CanSignalDecoder:CanSignalDecoderCustomDecodingSignalDecoder:CustomDecodingSignalDecoderObdSignalDecoder:ObdSignalDecoder
Properties
- CanSignalDecoder
- 
                    Information about signal decoder using the Controller Area Network (CAN) protocol. Required: No Type: CanSignalDecoder Update requires: No interruption 
- CustomDecodingSignalDecoder
- 
                    Information about a custom signal decoder. ImportantAccess to certain Amazon IoT FleetWise features is currently gated. For more information, see Amazon Region and feature availability in the Amazon IoT FleetWise Developer Guide. Required: No Type: CustomDecodingSignalDecoder Update requires: No interruption 
- ObdSignalDecoder
- 
                    Information about signal decoder using the on-board diagnostic (OBD) II protocol. Required: No Type: ObdSignalDecoder Update requires: No interruption