---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_service_profile Resource - terraform-provider-awscc"
subcategory: ""
description: |-
An example resource schema demonstrating some basic constructs and validation rules.
---
# awscc_iotwireless_service_profile (Resource)
An example resource schema demonstrating some basic constructs and validation rules.
## Schema
### Optional
- `lo_ra_wan` (Attributes) LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation (see [below for nested schema](#nestedatt--lo_ra_wan))
- `name` (String) Name of service profile
- `tags` (Attributes Set) A list of key-value pairs that contain metadata for the service profile. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) Service profile Arn. Returned after successful create.
- `id` (String) Service profile Id. Returned after successful create.
### Nested Schema for `lo_ra_wan`
Optional:
- `add_gw_metadata` (Boolean)
- `channel_mask` (String)
- `dev_status_req_freq` (Number)
- `dl_bucket_size` (Number)
- `dl_rate` (Number)
- `dl_rate_policy` (String)
- `dr_max` (Number)
- `dr_min` (Number)
- `hr_allowed` (Boolean)
- `min_gw_diversity` (Number)
- `nwk_geo_loc` (Boolean)
- `pr_allowed` (Boolean)
- `ra_allowed` (Boolean)
- `report_dev_status_battery` (Boolean)
- `report_dev_status_margin` (Boolean)
- `target_per` (Number)
- `ul_bucket_size` (Number)
- `ul_rate` (Number)
- `ul_rate_policy` (String)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_iotwireless_service_profile.example
```