AWS::IoTWireless::ServiceProfileAn example resource schema demonstrating some basic constructs and validation rules.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LoRaWAN | LoRaWANServiceProfile | Create-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Service profile Arn. Returned after successful create. |
Id | string | Service profile Id. Returned after successful create. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::ServiceProfile
Resources:
MyResource:
Type: AWS::IoTWireless::ServiceProfile
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotwireless:CreateServiceProfileiotwireless:TagResourceiotwireless:GetServiceProfileiotwireless:TagResourceiotwireless:UntagResourceiotwireless:GetServiceProfileiotwireless:ListTagsForResourceiotwireless:DeleteServiceProfileiotwireless:ListServiceProfilesiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameLoRaWAN