AWS::IoTFleetWise::VehicleDefinition of AWS::IoTFleetWise::Vehicle Resource Type
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DecoderManifestArn | string | Required |
ModelManifestArn | string | Required |
Name | string | RequiredCreate-only |
AssociationBehavior | string | Write-only |
Attributes | attributesMap | |
StateTemplates | Array<StateTemplateAssociation> | |
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::Vehicle
Resources:
MyResource:
Type: AWS::IoTFleetWise::Vehicle
Properties:
Name: "my-name"
DecoderManifestArn: "arn:aws:service:region:account:resource"
ModelManifestArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotfleetwise:GetVehicleiotfleetwise:CreateVehicleiot:CreateThingiot:DeleteThingiot:DescribeThingiotfleetwise:ListTagsForResourceiotfleetwise:ListVehiclesiotfleetwise:TagResourceiotfleetwise:GetVehicleiotfleetwise:ListTagsForResourceiotfleetwise:GetVehicleiotfleetwise:UpdateVehicleiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResourceiotfleetwise:GetVehicleiotfleetwise:DeleteVehicleiotfleetwise:ListVehiclesOur 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