AWS::IoTWireless::ServiceProfile
Creates a new service profile.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::ServiceProfile", "Properties" : { "LoRaWAN" :
LoRaWANServiceProfile
, "Name" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::IoTWireless::ServiceProfile Properties: LoRaWAN:
LoRaWANServiceProfile
Name:String
Tags:- Tag
Properties
LoRaWAN
-
LoRaWANServiceProfile object.
Required: No
Type: LoRaWANServiceProfile
Update requires: No interruption
Name
-
The name of the new resource. The maximum length is 256 characters.
Required: No
Type: String
Update requires: No interruption
Tags
-
An array of key-value pairs to apply to this resource. Tags can have a minimum of 0 and a maximum of 50 items.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the service profile ID.
Fn::GetAtt
Arn
-
The ARN of the service profile created.
ChannelMask
-
The ChannelMask value. It has a maximum length of 2048 characters.
DevStatusReqFreq
-
The DevStatusReqFreq value. The minimum value is 0 and maximum value is 2147483647.
DlBucketSize
-
The DLBucketSize value. The minimum value is 0 and maximum value is 2147483647.
DlRate
-
The DLRate value. The minimum value is 0 and maximum value is 2147483647.
DlRatePolicy
-
The DLRatePolicy value. Maximum length is 256 characters.
DrMax
-
The DRMax value. The minimum value is 0 and maximum value is 15.
DrMin
-
The DRMin value. The minimum value is 0 and maximum value is 15.
HrAllowed
-
The HRAllowed value that describes whether handover roaming is allowed.
Id
-
The ID of the service profile created.
MinGwDiversity
-
The MinGwDiversity value. The minimum value is 1 and maximum value is 100.
NwkGeoLoc
-
The NwkGeoLoc value.
PrAllowed
-
The PRAllowed value that describes whether passive roaming is allowed.
RaAllowed
-
The RAAllowed value that describes whether roaming activation is allowed.
ReportDevStatusBattery
-
The ReportDevStatusBattery value.
ReportDevStatusMargin
-
The ReportDevStatusMargin value.
TargetPer
-
The TargetPer value. The minimum value is 0 and maximum value is 100.
UlBucketSize
-
The UlBucketSize value. The minimum value is 0 and maximum value is 2147483647.
UlRate
-
The ULRate value. The minimum value is 0 and maximum value is 2147483647.
UlRatePolicy
-
The ULRatePolicy value. Maximum length is 256 characters.