signal_catalog
Gets an individual signal_catalog
resource
Overview
Name | signal_catalog |
Type | Resource |
Description | signal_catalog |
Id | awscc.iotfleetwise.signal_catalog |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
last_modification_time | string | |
name | string | |
node_counts | object | |
nodes | array | |
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,
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