AWS::IoTFleetWise::DecoderManifestCreates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:. - Every signal decoder has a unique name. - Each signal decoder is associated with a network interface. - Each network interface has a unique ID. - The signal decoders are specified in the model manifest. For more information, see [Decoder manifests](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/decoder-manifests.html) in the *AWS IoT FleetWise Developer Guide* . > Access to certain AWS IoT FleetWise features is currently gated. For more information, see [AWS Region and feature availability](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html) in the *AWS IoT FleetWise Developer Guide* .
import { CfnDecoderManifest } from 'aws-cdk-lib/aws-iotfleetwise';Or use the module namespace:
import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnDecoderManifestConfiguration passed to the constructor as CfnDecoderManifestProps.
modelManifestArnRequiredstringThe Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.
nameRequiredstringThe name of the decoder manifest.
defaultForUnmappedSignalsOptionalstringUse default decoders for all unmapped signals in the model. You don't need to provide any detailed decoding information.
descriptionOptionalstringA brief description of the decoder manifest.
networkInterfacesOptionalIResolvable | IResolvable | NetworkInterfacesItemsProperty[]A list of information about available network interfaces.
signalDecodersOptionalIResolvable | IResolvable | SignalDecodersItemsProperty[]A list of information about signal decoders.
statusOptionalstringThe 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.
Default: - "DRAFT"
tagsOptionalCfnTag[]Metadata that can be used to manage the decoder manifest.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotfleetwiseAWS::IoTFleetWise::DecoderManifest