AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTFleetWise::DecoderManifest

CfnDecoderManifest

Creates 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

import { CfnDecoderManifest } from 'aws-cdk-lib/aws-iotfleetwise';

Or use the module namespace:

import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnDecoderManifest

Properties

Configuration passed to the constructor as CfnDecoderManifestProps.

modelManifestArnRequired
string

The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.

nameRequired
string

The name of the decoder manifest.

defaultForUnmappedSignalsOptional
string

Use default decoders for all unmapped signals in the model. You don't need to provide any detailed decoding information.

descriptionOptional
string

A brief description of the decoder manifest.

networkInterfacesOptional
IResolvable | IResolvable | NetworkInterfacesItemsProperty[]

A list of information about available network interfaces.

signalDecodersOptional
IResolvable | IResolvable | SignalDecodersItemsProperty[]

A list of information about signal decoders.

statusOptional
string

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.

Default: - "DRAFT"

tagsOptional
CfnTag[]

Metadata that can be used to manage the decoder manifest.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotfleetwise
CFN TypeAWS::IoTFleetWise::DecoderManifest
Properties8

External Links