AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTFleetWise::ModelManifest

IoTFleetWise ModelManifest

Definition of AWS::IoTFleetWise::ModelManifest Resource Type

Properties

6 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
SignalCatalogArn
string
Required
Description
string
Nodes
Array<string>
Status
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreationTimestring-
LastModificationTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTFleetWise::ModelManifest

Resources:
  MyResource:
    Type: AWS::IoTFleetWise::ModelManifest
    Properties:
      SignalCatalogArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotfleetwise:CreateModelManifestiotfleetwise:GetModelManifestiotfleetwise:UpdateModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResource

read

iotfleetwise:GetModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResource

update

iotfleetwise:UpdateModelManifestiotfleetwise:GetModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResource

delete

iotfleetwise:DeleteModelManifestiotfleetwise:GetModelManifest

list

iotfleetwise:ListModelManifests

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

ServiceIoTFleetWise
Properties9
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links