Skip to main content

service_profile

Gets an individual service_profile resource

Overview

Nameservice_profile
TypeResource
Descriptionservice_profile
Idawscc.iotwireless.service_profile

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
lo_ra_wan,
tags,
arn,
id
FROM awscc.iotwireless.service_profile
WHERE data__Identifier = '<Id>';

Permissions

To operate on the service_profile resource, the following permissions are required:

Read

iotwireless:GetServiceProfile,
iotwireless:ListTagsForResource

Delete

iotwireless:DeleteServiceProfile