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 AWS 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:
String
ModelManifestArn:String
Name:String
NetworkInterfaces:- NetworkInterfacesItems
SignalDecoders:- SignalDecodersItems
Status:String
Tags:- Tag
Properties
Description
-
A brief description of the decoder manifest.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Pattern:
[^\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
NetworkInterfaces
Property description not available.
Required: No
Type: List of NetworkInterfacesItems
Update requires: No interruption
SignalDecoders
Property 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 | DRAFT
Update requires: No interruption
Tags
Property description not available.
Required: No
Type: List of Tag
Update requires: No interruption