This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTFleetWise::DecoderManifest ObdInterface
A network interface that specifies the On-board diagnostic (OBD) II network protocol.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DtcRequestIntervalSeconds" :String, "HasTransmissionEcu" :String, "Name" :String, "ObdStandard" :String, "PidRequestIntervalSeconds" :String, "RequestMessageId" :String, "UseExtendedIds" :String}
YAML
DtcRequestIntervalSeconds:StringHasTransmissionEcu:StringName:StringObdStandard:StringPidRequestIntervalSeconds:StringRequestMessageId:StringUseExtendedIds:String
Properties
DtcRequestIntervalSeconds-
The maximum number message requests per diagnostic trouble code per second.
Required: No
Type: String
Minimum:
0Maximum:
2147483647Update requires: No interruption
HasTransmissionEcu-
Whether the vehicle has a transmission control module (TCM).
Required: No
Type: String
Update requires: No interruption
Name-
The name of the interface.
Required: Yes
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
ObdStandard-
The standard OBD II PID.
Required: No
Type: String
Minimum:
1Maximum:
50Update requires: No interruption
PidRequestIntervalSeconds-
The maximum number message requests per second.
Required: No
Type: String
Minimum:
0Maximum:
2147483647Update requires: No interruption
RequestMessageId-
The ID of the message requesting vehicle data.
Required: Yes
Type: String
Minimum:
0Maximum:
2147483647Update requires: No interruption
UseExtendedIds-
Whether to use extended IDs in the message.
Required: No
Type: String
Update requires: No interruption