AWS::IoTFleetWise::DecoderManifest ObdInterface - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 ObdInterface

A network interface that specifies the On-board diagnostic (OBD) II network protocol.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DtcRequestIntervalSeconds" : String, "HasTransmissionEcu" : String, "Name" : String, "ObdStandard" : String, "PidRequestIntervalSeconds" : String, "RequestMessageId" : String, "UseExtendedIds" : String }

Properties

DtcRequestIntervalSeconds

The maximum number message requests per diagnostic trouble code per second.

Required: No

Type: String

Minimum: 0

Maximum: 2147483647

Update 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: 1

Maximum: 100

Update requires: No interruption

ObdStandard

The standard OBD II PID.

Required: No

Type: String

Minimum: 1

Maximum: 50

Update requires: No interruption

PidRequestIntervalSeconds

The maximum number message requests per second.

Required: No

Type: String

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

RequestMessageId

The ID of the message requesting vehicle data.

Required: Yes

Type: String

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

UseExtendedIds

Whether to use extended IDs in the message.

Required: No

Type: String

Update requires: No interruption