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 AWS IoT FleetWise Developer Guide.
Syntax
To declare this entity in your AWS 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:
String
Name:String
Nodes:- String
SignalCatalogArn:String
Status:String
Tags:- Tag
Properties
Description
-
A brief description of the vehicle model.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Pattern:
[^\u0000-\u001F\u007F]+
Update requires: No interruption
Name
-
The name of the vehicle model.
Required: Yes
Type: String
Update requires: Replacement
Nodes
Property 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 | DRAFT
Update requires: No interruption
Tags
Property description not available.
Required: No
Type: List of Tag
Update requires: No interruption