model_manifest
Gets an individual model_manifest
resource
Overview
Name | model_manifest |
Type | Resource |
Description | model_manifest |
Id | awscc.iotfleetwise.model_manifest |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
last_modification_time | string | |
name | string | |
nodes | array | |
signal_catalog_arn | string | |
status | string | |
tags | array | |
region | string | AWS 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