AWS::IoTFleetWise::ModelManifestDefinition of AWS::IoTFleetWise::ModelManifest Resource Type
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SignalCatalogArn | string | Required |
Description | string | |
Nodes | Array<string> | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
LastModificationTime | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
iotfleetwise:CreateModelManifestiotfleetwise:GetModelManifestiotfleetwise:UpdateModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:GetModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResourceiotfleetwise:UpdateModelManifestiotfleetwise:GetModelManifestiotfleetwise:ListModelManifestNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResourceiotfleetwise:DeleteModelManifestiotfleetwise:GetModelManifestiotfleetwise:ListModelManifestsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name