Interface CfnDecoderManifestPropsMixin.ObdInterfaceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDecoderManifestPropsMixin.ObdInterfaceProperty.Jsii$Proxy
Enclosing class:
CfnDecoderManifestPropsMixin

@Stability(Stable) public static interface CfnDecoderManifestPropsMixin.ObdInterfaceProperty extends software.amazon.jsii.JsiiSerializable
A network interface that specifies the On-board diagnostic (OBD) II network protocol.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.*;
 ObdInterfaceProperty obdInterfaceProperty = ObdInterfaceProperty.builder()
         .dtcRequestIntervalSeconds("dtcRequestIntervalSeconds")
         .hasTransmissionEcu("hasTransmissionEcu")
         .name("name")
         .obdStandard("obdStandard")
         .pidRequestIntervalSeconds("pidRequestIntervalSeconds")
         .requestMessageId("requestMessageId")
         .useExtendedIds("useExtendedIds")
         .build();
 

See Also: