AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::DeviceProfile

IoTWireless DeviceProfile

Device Profile's resource schema demonstrating some basic constructs and validation rules.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
LoRaWAN
LoRaWANDeviceProfile
Create-only
Name
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringService profile Arn. Returned after successful create.
IdstringService profile Id. Returned after successful create.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::DeviceProfile

Resources:
  MyResource:
    Type: AWS::IoTWireless::DeviceProfile
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:CreateDeviceProfileiotwireless:TagResource

update

iotwireless:GetDeviceProfileiotwireless:TagResourceiotwireless:UntagResource

read

iotwireless:GetDeviceProfileiotwireless:ListTagsForResource

delete

iotwireless:DeleteDeviceProfile

list

iotwireless:ListDeviceProfilesiotwireless:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTWireless
Properties5
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameLoRaWAN

External Links