Skip to main content

device_profile_tags

Expands all tag keys and values for device_profiles in a region

Overview

Namedevice_profile_tags
TypeResource
DescriptionDevice Profile's resource schema demonstrating some basic constructs and validation rules.
Idaws.iotwireless.device_profile_tags

Fields

NameDatatypeDescription
namestringName of service profile
lo_ra_wanobjectLoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
arnstringService profile Arn. Returned after successful create.
idstringService profile Id. Returned after successful create.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all device_profiles in a region.

SELECT
region,
name,
lo_ra_wan,
arn,
id,
tag_key,
tag_value
FROM aws.iotwireless.device_profile_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the device_profile_tags resource, see device_profiles