Skip to main content

service_profiles_list_only

Lists service_profiles in a region or regions, for all properties use service_profiles

Overview

Nameservice_profiles_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.iotwireless.service_profiles_list_only

Fields

NameDatatypeDescription
namestringName of service profile
lo_ra_wanobjectLoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
tagsarrayA list of key-value pairs that contain metadata for the service profile.
arnstringService profile Arn. Returned after successful create.
idstringService profile Id. Returned after successful create.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all service_profiles in a region.

SELECT
region,
id
FROM aws.iotwireless.service_profiles_list_only
WHERE region = 'us-east-1';

Permissions

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