interface CfnDecoderManifestProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnDecoderManifestProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnDecoderManifestProps |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifestProps |
![]() | aws_cdk.aws_iotfleetwise.CfnDecoderManifestProps |
![]() | aws-cdk-lib » aws_iotfleetwise » CfnDecoderManifestProps |
Properties for defining a CfnDecoderManifest
.
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 cfnDecoderManifestProps: iotfleetwise.CfnDecoderManifestProps = {
modelManifestArn: 'modelManifestArn',
name: 'name',
// the properties below are optional
defaultForUnmappedSignals: 'defaultForUnmappedSignals',
description: 'description',
networkInterfaces: [{
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',
},
}],
signalDecoders: [{
fullyQualifiedName: 'fullyQualifiedName',
interfaceId: 'interfaceId',
type: 'type',
// the properties below are optional
canSignal: {
factor: 'factor',
isBigEndian: 'isBigEndian',
isSigned: 'isSigned',
length: 'length',
messageId: 'messageId',
offset: 'offset',
startBit: 'startBit',
// the properties below are optional
name: 'name',
},
obdSignal: {
byteLength: 'byteLength',
offset: 'offset',
pid: 'pid',
pidResponseLength: 'pidResponseLength',
scaling: 'scaling',
serviceMode: 'serviceMode',
startByte: 'startByte',
// the properties below are optional
bitMaskLength: 'bitMaskLength',
bitRightShift: 'bitRightShift',
},
}],
status: 'status',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
model | string | The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest. |
name | string | The name of the decoder manifest. |
default | string | Use default decoders for all unmapped signals in the model. |
description? | string | A brief description of the decoder manifest. |
network | IResolvable | IResolvable | Network [] | A list of information about available network interfaces. |
signal | IResolvable | IResolvable | Signal [] | A list of information about signal decoders. |
status? | string | The state of the decoder manifest. |
tags? | Cfn [] | Metadata that can be used to manage the decoder manifest. |
modelManifestArn
Type:
string
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.
name
Type:
string
The name of the decoder manifest.
defaultForUnmappedSignals?
Type:
string
(optional)
Use default decoders for all unmapped signals in the model.
You don't need to provide any detailed decoding information.
description?
Type:
string
(optional)
A brief description of the decoder manifest.
networkInterfaces?
Type:
IResolvable
|
IResolvable
|
Network
[]
(optional)
A list of information about available network interfaces.
signalDecoders?
Type:
IResolvable
|
IResolvable
|
Signal
[]
(optional)
A list of information about signal decoders.
status?
Type:
string
(optional, default: "DRAFT")
The state of the decoder manifest.
If the status is ACTIVE
, the decoder manifest can't be edited. If the status is marked DRAFT
, you can edit the decoder manifest.
tags?
Type:
Cfn
[]
(optional)
Metadata that can be used to manage the decoder manifest.