AWS::IoTWireless::DeviceProfile
Creates a new device profile.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::DeviceProfile", "Properties" : { "LoRaWAN" :
LoRaWANDeviceProfile
, "Name" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::IoTWireless::DeviceProfile Properties: LoRaWAN:
LoRaWANDeviceProfile
Name:String
Tags:- Tag
Properties
LoRaWAN
-
LoRaWAN device profile object.
Required: No
Type: LoRaWANDeviceProfile
Update requires: No interruption
Name
-
The name of the new resource.
Required: No
Type: String
Maximum:
256
Update requires: No interruption
-
The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
Required: No
Type: Array of Tag
Maximum:
200
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the device profile ID.
Fn::GetAtt
Arn
-
The ARN of the device profile created.
Id
-
The ID of the device profile created.