aws-cdk-lib.aws_iotfleetwise.CfnDecoderManifest.CanInterfaceProperty

interface CanInterfaceProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTFleetWise.CfnDecoderManifest.CanInterfaceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnDecoderManifest_CanInterfaceProperty
Javasoftware.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanInterfaceProperty
Pythonaws_cdk.aws_iotfleetwise.CfnDecoderManifest.CanInterfaceProperty
TypeScript aws-cdk-lib » 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 { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const canInterfaceProperty: iotfleetwise.CfnDecoderManifest.CanInterfaceProperty = {
  name: 'name',

  // the properties below are optional
  protocolName: 'protocolName',
  protocolVersion: 'protocolVersion',
};

Properties

NameTypeDescription
namestringThe unique name of the interface.
protocolName?string(Optional) The name of the communication protocol for the interface.
protocolVersion?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.