model_manifest_tags
Expands all tag keys and values for model_manifests
in a region
Overview
Name | model_manifest_tags |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::ModelManifest Resource Type |
Id | aws.iotfleetwise.model_manifest_tags |
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 | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all model_manifests
in a region.
SELECT
region,
arn,
creation_time,
description,
last_modification_time,
name,
nodes,
signal_catalog_arn,
status,
tag_key,
tag_value
FROM aws.iotfleetwise.model_manifest_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the model_manifest_tags
resource, see model_manifests