device_profile_tags
Expands all tag keys and values for device_profiles
in a region
Overview
Name | device_profile_tags |
Type | Resource |
Description | Device Profile's resource schema demonstrating some basic constructs and validation rules. |
Id | aws.iotwireless.device_profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of service profile |
lo_ra_wan | object | LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation |
arn | string | Service profile Arn. Returned after successful create. |
id | string | Service profile Id. Returned after successful create. |
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 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