AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTFleetWise::ModelManifest

CfnModelManifest

Creates 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

import { CfnModelManifest } from 'aws-cdk-lib/aws-iotfleetwise';

Or use the module namespace:

import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnModelManifest

Properties

Configuration passed to the constructor as CfnModelManifestProps.

nameRequired
string

The name of the vehicle model.

signalCatalogArnRequired
string

The Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.

descriptionOptional
string

A brief description of the vehicle model.

nodesOptional
string[]

A list of nodes, which are a general abstraction of signals.

statusOptional
string

The 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"

tagsOptional
CfnTag[]

Metadata that can be used to manage the vehicle model.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotfleetwise
CFN TypeAWS::IoTFleetWise::ModelManifest
Properties6

External Links