AWS::IoTFleetWise::ModelManifestCreates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators). For more information, see [Vehicle models](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html) in the *AWS IoT FleetWise Developer Guide* .
import { CfnModelManifest } from 'aws-cdk-lib/aws-iotfleetwise';Or use the module namespace:
import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnModelManifestConfiguration passed to the constructor as CfnModelManifestProps.
nameRequiredstringThe name of the vehicle model.
signalCatalogArnRequiredstringThe Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.
descriptionOptionalstringA brief description of the vehicle model.
nodesOptionalstring[]A list of nodes, which are a general abstraction of signals.
statusOptionalstringThe state of the vehicle model. If the status is `ACTIVE` , the vehicle model can't be edited. If the status is `DRAFT` , you can edit the vehicle model.
Default: - "DRAFT"
tagsOptionalCfnTag[]Metadata that can be used to manage the vehicle model.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotfleetwiseAWS::IoTFleetWise::ModelManifest