decoder_manifest_tags
Expands all tag keys and values for decoder_manifests
in a region
Overview
Name | decoder_manifest_tags |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::DecoderManifest Resource Type |
Id | aws.iotfleetwise.decoder_manifest_tags |
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 | |
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 decoder_manifests
in a region.
SELECT
region,
arn,
creation_time,
description,
last_modification_time,
model_manifest_arn,
name,
network_interfaces,
signal_decoders,
status,
tag_key,
tag_value
FROM aws.iotfleetwise.decoder_manifest_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the decoder_manifest_tags
resource, see decoder_manifests