SignalDecoder
Information about a signal decoder.
Contents
- fullyQualifiedName
- 
               The fully qualified name of a signal decoder as defined in a vehicle model. Type: String Length Constraints: Minimum length of 1. Maximum length of 150. Pattern: [a-zA-Z0-9_.]+Required: Yes 
- interfaceId
- 
               The ID of a network interface that specifies what network protocol a vehicle follows. Type: String Length Constraints: Minimum length of 1. Maximum length of 50. Pattern: [-a-zA-Z0-9_.]+Required: Yes 
- type
- 
               The network protocol for the vehicle. For example, CAN_SIGNALspecifies a protocol that defines how data is communicated between electronic control units (ECUs).OBD_SIGNALspecifies a protocol that defines how self-diagnostic data is communicated between ECUs.Type: String Valid Values: CAN_SIGNAL | OBD_SIGNAL | MESSAGE_SIGNAL | CUSTOM_DECODING_SIGNALRequired: Yes 
- canSignal
- 
               Information about signal decoder using the Controller Area Network (CAN) protocol. Type: CanSignal object Required: No 
- customDecodingSignal
- 
               Information about a custom signal decoder. ImportantAccess to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide. Type: CustomDecodingSignal object Required: No 
- messageSignal
- 
               The decoding information for a specific message which supports higher order data types. Type: MessageSignal object Required: No 
- obdSignal
- 
               Information about signal decoder using the on-board diagnostic (OBD) II protocol. Type: ObdSignal object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: