Skip to main content

decoder_manifest

Gets an individual decoder_manifest resource

Overview

Namedecoder_manifest
TypeResource
Descriptiondecoder_manifest
Idawscc.iotfleetwise.decoder_manifest

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
last_modification_timestring
model_manifest_arnstring
namestring
network_interfacesarray
signal_decodersarray
statusstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_time,
description,
last_modification_time,
model_manifest_arn,
name,
network_interfaces,
signal_decoders,
status,
tags
FROM awscc.iotfleetwise.decoder_manifest
WHERE data__Identifier = '<Name>';

Permissions

To operate on the decoder_manifest resource, the following permissions are required:

Read

iotfleetwise:GetDecoderManifest,
iotfleetwise:ListDecoderManifestSignals,
iotfleetwise:ListDecoderManifestNetworkInterfaces,
iotfleetwise:ListTagsForResource

Update

iotfleetwise:UpdateDecoderManifest,
iotfleetwise:GetDecoderManifest,
iotfleetwise:ListDecoderManifestSignals,
iotfleetwise:ListDecoderManifestNetworkInterfaces,
iotfleetwise:ListTagsForResource,
iotfleetwise:TagResource,
iotfleetwise:UntagResource

Delete

iotfleetwise:DeleteDecoderManifest,
iotfleetwise:GetDecoderManifest