Skip to main content

model_manifest

Gets an individual model_manifest resource

Overview

Namemodel_manifest
TypeResource
Descriptionmodel_manifest
Idawscc.iotfleetwise.model_manifest

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
last_modification_timestring
namestring
nodesarray
signal_catalog_arnstring
statusstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_time,
description,
last_modification_time,
name,
nodes,
signal_catalog_arn,
status,
tags
FROM awscc.iotfleetwise.model_manifest
WHERE data__Identifier = '<Name>';

Permissions

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

Read

iotfleetwise:GetModelManifest,
iotfleetwise:ListModelManifestNodes,
iotfleetwise:ListTagsForResource

Update

iotfleetwise:UpdateModelManifest,
iotfleetwise:GetModelManifest,
iotfleetwise:ListModelManifestNodes,
iotfleetwise:ListTagsForResource,
iotfleetwise:TagResource,
iotfleetwise:UntagResource

Delete

iotfleetwise:DeleteModelManifest,
iotfleetwise:GetModelManifest