Skip to main content

signal_catalog

Gets an individual signal_catalog resource

Overview

Namesignal_catalog
TypeResource
Descriptionsignal_catalog
Idawscc.iotfleetwise.signal_catalog

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
last_modification_timestring
namestring
node_countsobject
nodesarray
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Read

iotfleetwise:GetSignalCatalog,
iotfleetwise:ListSignalCatalogNodes,
iotfleetwise:ListTagsForResource

Update

iotfleetwise:GetSignalCatalog,
iotfleetwise:UpdateSignalCatalog,
iotfleetwise:ListSignalCatalogNodes,
iotfleetwise:ListTagsForResource,
iotfleetwise:TagResource,
iotfleetwise:UntagResource

Delete

iotfleetwise:GetSignalCatalog,
iotfleetwise:DeleteSignalCatalog