interface NetworkInterfacesItemsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnDecoderManifest.NetworkInterfacesItemsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnDecoderManifest_NetworkInterfacesItemsProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.NetworkInterfacesItemsProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnDecoderManifest.NetworkInterfacesItemsProperty |
![]() | aws-cdk-lib » aws_iotfleetwise » CfnDecoderManifest » NetworkInterfacesItemsProperty |
A list of information about available network interfaces.
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 networkInterfacesItemsProperty: iotfleetwise.CfnDecoderManifest.NetworkInterfacesItemsProperty = {
interfaceId: 'interfaceId',
type: 'type',
// the properties below are optional
canInterface: {
name: 'name',
// the properties below are optional
protocolName: 'protocolName',
protocolVersion: 'protocolVersion',
},
obdInterface: {
name: 'name',
requestMessageId: 'requestMessageId',
// the properties below are optional
dtcRequestIntervalSeconds: 'dtcRequestIntervalSeconds',
hasTransmissionEcu: 'hasTransmissionEcu',
obdStandard: 'obdStandard',
pidRequestIntervalSeconds: 'pidRequestIntervalSeconds',
useExtendedIds: 'useExtendedIds',
},
};
Properties
Name | Type | Description |
---|---|---|
interface | string | |
type | string | |
can | IResolvable | Can | |
obd | IResolvable | Obd |
interfaceId
Type:
string
type
Type:
string
canInterface?
Type:
IResolvable
|
Can
(optional)
obdInterface?
Type:
IResolvable
|
Obd
(optional)