Create and manage wireless gateways, including LoRa gateways.
destination_name
(String) Wireless device destination nametype
(String) Wireless device type, currently only Sidewalk and LoRadescription
(String) Wireless device descriptionlast_uplink_received_at
(String) The date and time when the most recent uplink was received.lo_ra_wan
(Attributes) The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device. (see below for nested schema)name
(String) Wireless device namepositioning
(String) FPort values for the GNSS, stream, and ClockSync functions of the positioning information.tags
(Attributes Set) A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed. (see below for nested schema)thing_arn
(String) Thing arn. Passed into update to associate Thing with Wireless device.arn
(String) Wireless device arn. Returned after successful create.id
(String) Uniquely identifies the resource.thing_name
(String) Thing Arn. If there is a Thing created, this can be returned with a Get call.wireless_device_id
(String) Wireless device Id. Returned after successful create.lo_ra_wan
Optional:
abp_v10_x
(Attributes) (see below for nested schema)abp_v11
(Attributes) (see below for nested schema)dev_eui
(String)device_profile_id
(String)f_ports
(Attributes) (see below for nested schema)otaa_v10_x
(Attributes) (see below for nested schema)otaa_v11
(Attributes) (see below for nested schema)service_profile_id
(String)lo_ra_wan.abp_v10_x
Required:
dev_addr
(String)session_keys
(Attributes) (see below for nested schema)lo_ra_wan.abp_v10_x.session_keys
Required:
app_s_key
(String)nwk_s_key
(String)lo_ra_wan.abp_v11
Required:
dev_addr
(String)session_keys
(Attributes) (see below for nested schema)lo_ra_wan.abp_v11.session_keys
Required:
app_s_key
(String)f_nwk_s_int_key
(String)nwk_s_enc_key
(String)s_nwk_s_int_key
(String)lo_ra_wan.f_ports
Optional:
applications
(Attributes Set) A list of optional LoRaWAN application information, which can be used for geolocation. (see below for nested schema)lo_ra_wan.f_ports.applications
Optional:
destination_name
(String) The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.f_port
(Number) The Fport value.type
(String) Application type, which can be specified to obtain real-time position information of your LoRaWAN device.lo_ra_wan.otaa_v10_x
Required:
app_eui
(String)app_key
(String)lo_ra_wan.otaa_v11
Required:
app_key
(String)join_eui
(String)nwk_key
(String)tags
Optional:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_iotwireless_wireless_device.example <resource ID>