AWS::IoTFleetWise::ModelManifest
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon IoT FleetWise Developer Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTFleetWise::ModelManifest", "Properties" : { "Description" :String, "Name" :String, "Nodes" :[ String, ... ], "SignalCatalogArn" :String, "Status" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTFleetWise::ModelManifest Properties: Description:StringName:StringNodes:- StringSignalCatalogArn:StringStatus:StringTags:- Tag
Properties
Description-
A brief description of the vehicle model.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
[^\u0000-\u001F\u007F]+Update requires: No interruption
Name-
The name of the vehicle model.
Required: Yes
Type: String
Update requires: Replacement
NodesProperty description not available.
Required: No
Type: List of String
Update requires: No interruption
SignalCatalogArn-
The ARN of the signal catalog associated with the vehicle model.
Required: Yes
Type: String
Update requires: No interruption
Status-
The state of the vehicle model. If the status is
ACTIVE, the vehicle model can't be edited. If the status isDRAFT, you can edit the vehicle model.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