Skip to main content

device_profile

Gets an individual device_profile resource

Overview

Namedevice_profile
TypeResource
Descriptiondevice_profile
Idawscc.iotwireless.device_profile

Fields

NameDatatypeDescription
namestringName of service profile
lo_ra_wanobjectLoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
tagsarrayA list of key-value pairs that contain metadata for the device 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.device_profile
WHERE data__Identifier = '<Id>';

Permissions

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

Read

iotwireless:GetDeviceProfile,
iotwireless:ListTagsForResource

Delete

iotwireless:DeleteDeviceProfile