Interface CfnDecoderManifest.CanInterfaceProperty

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

@Stability(Stable) public static interface CfnDecoderManifest.CanInterfaceProperty extends software.amazon.jsii.JsiiSerializable
A single controller area network (CAN) device interface.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotfleetwise.*;
 CanInterfaceProperty canInterfaceProperty = CanInterfaceProperty.builder()
         .name("name")
         // the properties below are optional
         .protocolName("protocolName")
         .protocolVersion("protocolVersion")
         .build();
 

See Also: