Skip to main content

service_profile_tags

Expands all tag keys and values for service_profiles in a region

Overview

Nameservice_profile_tags
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.iotwireless.service_profile_tags

Fields

NameDatatypeDescription
namestringName of service profile
lo_ra_wanobjectLoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile 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 service_profiles in a region.

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

Permissions

For permissions required to operate on the service_profile_tags resource, see service_profiles