decoder_manifest
Gets an individual decoder_manifest
resource
Overview
Name | decoder_manifest |
Type | Resource |
Description | decoder_manifest |
Id | awscc.iotfleetwise.decoder_manifest |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
last_modification_time | string | |
model_manifest_arn | string | |
name | string | |
network_interfaces | array | |
signal_decoders | array | |
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,
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