AWS::IoTFleetWise::DecoderManifestDefinition of AWS::IoTFleetWise::DecoderManifest Resource Type
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ModelManifestArn | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
DefaultForUnmappedSignals | string | Write-only |
Description | string | |
NetworkInterfaces | Array<CanNetworkInterface | ObdNetworkInterface | CustomDecodingNetworkInterface> | |
SignalDecoders | Array<CanSignalDecoder | ObdSignalDecoder | CustomDecodingSignalDecoder> | |
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::DecoderManifest
Resources:
MyResource:
Type: AWS::IoTFleetWise::DecoderManifest
Properties:
Name: "my-name"
ModelManifestArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotfleetwise:CreateDecoderManifestiotfleetwise:GetDecoderManifestiotfleetwise:UpdateDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:GetDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResourceiotfleetwise:UpdateDecoderManifestiotfleetwise:GetDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResourceiotfleetwise:DeleteDecoderManifestiotfleetwise:GetDecoderManifestiotfleetwise:ListDecoderManifestsOur 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.
NameModelManifestArn