Interface CfnDecoderManifestPropsMixin.CanInterfaceProperty

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

@Stability(Stable) public static interface CfnDecoderManifestPropsMixin.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.cfnpropertymixins.services.iotfleetwise.*;
 CanInterfaceProperty canInterfaceProperty = CanInterfaceProperty.builder()
         .name("name")
         .protocolName("protocolName")
         .protocolVersion("protocolVersion")
         .build();
 

See Also: