AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTFleetWise::DecoderManifest

IoTFleetWise DecoderManifest

Definition of AWS::IoTFleetWise::DecoderManifest Resource Type

Properties

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

Filter:
PropertyTypeFlags
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>

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

Required IAM Permissions

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

create

iotfleetwise:CreateDecoderManifestiotfleetwise:GetDecoderManifestiotfleetwise:UpdateDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResourceiotfleetwise:TagResource

read

iotfleetwise:GetDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResource

update

iotfleetwise:UpdateDecoderManifestiotfleetwise:GetDecoderManifestiotfleetwise:ListDecoderManifestSignalsiotfleetwise:ListDecoderManifestNetworkInterfacesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResource

delete

iotfleetwise:DeleteDecoderManifestiotfleetwise:GetDecoderManifest

list

iotfleetwise:ListDecoderManifests

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
Properties11
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.

NameModelManifestArn

External Links