interface CanInterfaceProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnDecoderManifest.CanInterfaceProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanInterfaceProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnDecoderManifest.CanInterfaceProperty |
![]() | @aws-cdk/aws-iotfleetwise » CfnDecoderManifest » CanInterfaceProperty |
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 * as iotfleetwise from '@aws-cdk/aws-iotfleetwise';
const canInterfaceProperty: iotfleetwise.CfnDecoderManifest.CanInterfaceProperty = {
name: 'name',
// the properties below are optional
protocolName: 'protocolName',
protocolVersion: 'protocolVersion',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The unique name of the interface. |
protocol | string | (Optional) The name of the communication protocol for the interface. |
protocol | string | (Optional) The version of the communication protocol for the interface. |
name
Type:
string
The unique name of the interface.
protocolName?
Type:
string
(optional)
(Optional) The name of the communication protocol for the interface.
protocolVersion?
Type:
string
(optional)
(Optional) The version of the communication protocol for the interface.