AWS::IoTFleetWise::DecoderManifest
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTFleetWise::DecoderManifest", "Properties" : { "Description" :String, "ModelManifestArn" :String, "Name" :String, "NetworkInterfaces" :[ NetworkInterfacesItems, ... ], "SignalDecoders" :[ SignalDecodersItems, ... ], "Status" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTFleetWise::DecoderManifest Properties: Description:StringModelManifestArn:StringName:StringNetworkInterfaces:- NetworkInterfacesItemsSignalDecoders:- SignalDecodersItemsStatus:StringTags:- Tag
Properties
Description-
A brief description of the decoder manifest.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
[^\u0000-\u001F\u007F]+Update requires: No interruption
ModelManifestArn-
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
Required: Yes
Type: String
Update requires: Replacement
Name-
The name of the decoder manifest.
Required: Yes
Type: String
Update requires: Replacement
NetworkInterfacesProperty description not available.
Required: No
Type: List of NetworkInterfacesItems
Update requires: No interruption
SignalDecodersProperty description not available.
Required: No
Type: List of SignalDecodersItems
Update requires: No interruption
Status-
The state of the decoder manifest. If the status is
ACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.Required: No
Type: String
Allowed values:
ACTIVE | DRAFTUpdate requires: No interruption
TagsProperty description not available.
Required: No
Type: List of Tag
Update requires: No interruption