Skip to main content

decoder_manifest_tags

Expands all tag keys and values for decoder_manifests in a region

Overview

Namedecoder_manifest_tags
TypeResource
DescriptionDefinition of AWS::IoTFleetWise::DecoderManifest Resource Type
Idaws.iotfleetwise.decoder_manifest_tags

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
last_modification_timestring
model_manifest_arnstring
namestring
network_interfacesarray
signal_decodersarray
statusstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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