We recommend new projects start with resources from the AWS provider.
aws-native.iotwireless.WirelessDevice
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Create and manage wireless gateways, including LoRa gateways.
Create WirelessDevice Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WirelessDevice(name: string, args: WirelessDeviceArgs, opts?: CustomResourceOptions);@overload
def WirelessDevice(resource_name: str,
                   args: WirelessDeviceArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def WirelessDevice(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   destination_name: Optional[str] = None,
                   type: Optional[WirelessDeviceType] = None,
                   description: Optional[str] = None,
                   last_uplink_received_at: Optional[str] = None,
                   lo_ra_wan: Optional[WirelessDeviceLoRaWanDeviceArgs] = None,
                   name: Optional[str] = None,
                   positioning: Optional[WirelessDevicePositioning] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                   thing_arn: Optional[str] = None)func NewWirelessDevice(ctx *Context, name string, args WirelessDeviceArgs, opts ...ResourceOption) (*WirelessDevice, error)public WirelessDevice(string name, WirelessDeviceArgs args, CustomResourceOptions? opts = null)
public WirelessDevice(String name, WirelessDeviceArgs args)
public WirelessDevice(String name, WirelessDeviceArgs args, CustomResourceOptions options)
type: aws-native:iotwireless:WirelessDevice
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WirelessDeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WirelessDeviceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WirelessDeviceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WirelessDeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WirelessDeviceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WirelessDevice Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WirelessDevice resource accepts the following input properties:
- DestinationName string
- Wireless device destination name
- Type
Pulumi.Aws Native. Io TWireless. Wireless Device Type 
- Wireless device type, currently only Sidewalk and LoRa
- Description string
- Wireless device description
- LastUplink stringReceived At 
- The date and time when the most recent uplink was received.
- LoRa Pulumi.Wan Aws Native. Io TWireless. Inputs. Wireless Device Lo Ra Wan Device 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- Name string
- Wireless device name
- Positioning
Pulumi.Aws Native. Io TWireless. Wireless Device Positioning 
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- ThingArn string
- Thing arn. Passed into update to associate Thing with Wireless device.
- DestinationName string
- Wireless device destination name
- Type
WirelessDevice Type 
- Wireless device type, currently only Sidewalk and LoRa
- Description string
- Wireless device description
- LastUplink stringReceived At 
- The date and time when the most recent uplink was received.
- LoRa WirelessWan Device Lo Ra Wan Device Args 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- Name string
- Wireless device name
- Positioning
WirelessDevice Positioning 
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- 
TagArgs 
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- ThingArn string
- Thing arn. Passed into update to associate Thing with Wireless device.
- destinationName String
- Wireless device destination name
- type
WirelessDevice Type 
- Wireless device type, currently only Sidewalk and LoRa
- description String
- Wireless device description
- lastUplink StringReceived At 
- The date and time when the most recent uplink was received.
- loRa WirelessWan Device Lo Ra Wan Device 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- name String
- Wireless device name
- positioning
WirelessDevice Positioning 
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- List<Tag>
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- thingArn String
- Thing arn. Passed into update to associate Thing with Wireless device.
- destinationName string
- Wireless device destination name
- type
WirelessDevice Type 
- Wireless device type, currently only Sidewalk and LoRa
- description string
- Wireless device description
- lastUplink stringReceived At 
- The date and time when the most recent uplink was received.
- loRa WirelessWan Device Lo Ra Wan Device 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- name string
- Wireless device name
- positioning
WirelessDevice Positioning 
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- Tag[]
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- thingArn string
- Thing arn. Passed into update to associate Thing with Wireless device.
- destination_name str
- Wireless device destination name
- type
WirelessDevice Type 
- Wireless device type, currently only Sidewalk and LoRa
- description str
- Wireless device description
- last_uplink_ strreceived_ at 
- The date and time when the most recent uplink was received.
- lo_ra_ Wirelesswan Device Lo Ra Wan Device Args 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- name str
- Wireless device name
- positioning
WirelessDevice Positioning 
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- 
Sequence[TagArgs] 
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- thing_arn str
- Thing arn. Passed into update to associate Thing with Wireless device.
- destinationName String
- Wireless device destination name
- type
"Sidewalk" | "LoRa WAN" 
- Wireless device type, currently only Sidewalk and LoRa
- description String
- Wireless device description
- lastUplink StringReceived At 
- The date and time when the most recent uplink was received.
- loRa Property MapWan 
- The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- name String
- Wireless device name
- positioning "Enabled" | "Disabled"
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- List<Property Map>
- A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- thingArn String
- Thing arn. Passed into update to associate Thing with Wireless device.
Outputs
All input properties are implicitly available as output properties. Additionally, the WirelessDevice resource produces the following output properties:
- arn str
- Wireless device arn. Returned after successful create.
- aws_id str
- Wireless device Id. Returned after successful create.
- id str
- The provider-assigned unique ID for this managed resource.
- thing_name str
- Thing Arn. If there is a Thing created, this can be returned with a Get call.
Supporting Types
Tag, TagArgs  
WirelessDeviceAbpV10x, WirelessDeviceAbpV10xArgs        
- DevAddr string
- The DevAddr value.
- SessionKeys Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Session Keys Abp V10x 
- Session keys for ABP v1.0.x.
- DevAddr string
- The DevAddr value.
- SessionKeys WirelessDevice Session Keys Abp V10x 
- Session keys for ABP v1.0.x.
- devAddr String
- The DevAddr value.
- sessionKeys WirelessDevice Session Keys Abp V10x 
- Session keys for ABP v1.0.x.
- devAddr string
- The DevAddr value.
- sessionKeys WirelessDevice Session Keys Abp V10x 
- Session keys for ABP v1.0.x.
- dev_addr str
- The DevAddr value.
- session_keys WirelessDevice Session Keys Abp V10x 
- Session keys for ABP v1.0.x.
- devAddr String
- The DevAddr value.
- sessionKeys Property Map
- Session keys for ABP v1.0.x.
WirelessDeviceAbpV11, WirelessDeviceAbpV11Args        
- DevAddr string
- The DevAddr value.
- SessionKeys Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Session Keys Abp V11 
- Session keys for ABP v1.1.
- DevAddr string
- The DevAddr value.
- SessionKeys WirelessDevice Session Keys Abp V11 
- Session keys for ABP v1.1.
- devAddr String
- The DevAddr value.
- sessionKeys WirelessDevice Session Keys Abp V11 
- Session keys for ABP v1.1.
- devAddr string
- The DevAddr value.
- sessionKeys WirelessDevice Session Keys Abp V11 
- Session keys for ABP v1.1.
- dev_addr str
- The DevAddr value.
- session_keys WirelessDevice Session Keys Abp V11 
- Session keys for ABP v1.1.
- devAddr String
- The DevAddr value.
- sessionKeys Property Map
- Session keys for ABP v1.1.
WirelessDeviceApplication, WirelessDeviceApplicationArgs      
- DestinationName 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.
- FPort int
- The Fport value.
- Type
Pulumi.Aws Native. Io TWireless. Wireless Device Application Type 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- DestinationName 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.
- FPort int
- The Fport value.
- Type
WirelessDevice Application Type 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- destinationName 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.
- fPort Integer
- The Fport value.
- type
WirelessDevice Application Type 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- destinationName 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.
- fPort number
- The Fport value.
- type
WirelessDevice Application Type 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- destination_name str
- 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 int
- The Fport value.
- type
WirelessDevice Application Type 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- destinationName 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.
- fPort Number
- The Fport value.
- type
"SemtechGeolocation" | "Semtech GNSS" | "Semtech GNSSNG" | "Semtech Wi Fi" 
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
WirelessDeviceApplicationType, WirelessDeviceApplicationTypeArgs        
- SemtechGeolocation 
- SemtechGeolocation
- SemtechGnss 
- SemtechGNSS
- SemtechGnssng 
- SemtechGNSSNG
- SemtechWi Fi 
- SemtechWiFi
- WirelessDevice Application Type Semtech Geolocation 
- SemtechGeolocation
- WirelessDevice Application Type Semtech Gnss 
- SemtechGNSS
- WirelessDevice Application Type Semtech Gnssng 
- SemtechGNSSNG
- WirelessDevice Application Type Semtech Wi Fi 
- SemtechWiFi
- SemtechGeolocation 
- SemtechGeolocation
- SemtechGnss 
- SemtechGNSS
- SemtechGnssng 
- SemtechGNSSNG
- SemtechWi Fi 
- SemtechWiFi
- SemtechGeolocation 
- SemtechGeolocation
- SemtechGnss 
- SemtechGNSS
- SemtechGnssng 
- SemtechGNSSNG
- SemtechWi Fi 
- SemtechWiFi
- SEMTECH_GEOLOCATION
- SemtechGeolocation
- SEMTECH_GNSS
- SemtechGNSS
- SEMTECH_GNSSNG
- SemtechGNSSNG
- SEMTECH_WI_FI
- SemtechWiFi
- "SemtechGeolocation" 
- SemtechGeolocation
- "SemtechGNSS" 
- SemtechGNSS
- "SemtechGNSSNG" 
- SemtechGNSSNG
- "SemtechWi Fi" 
- SemtechWiFi
WirelessDeviceFPorts, WirelessDeviceFPortsArgs      
- Applications
List<Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Application> 
- A list of optional LoRaWAN application information, which can be used for geolocation.
- Applications
[]WirelessDevice Application 
- A list of optional LoRaWAN application information, which can be used for geolocation.
- applications
List<WirelessDevice Application> 
- A list of optional LoRaWAN application information, which can be used for geolocation.
- applications
WirelessDevice Application[] 
- A list of optional LoRaWAN application information, which can be used for geolocation.
- applications
Sequence[WirelessDevice Application] 
- A list of optional LoRaWAN application information, which can be used for geolocation.
- applications List<Property Map>
- A list of optional LoRaWAN application information, which can be used for geolocation.
WirelessDeviceLoRaWanDevice, WirelessDeviceLoRaWanDeviceArgs            
- AbpV10x Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Abp V10x 
- ABP device object for LoRaWAN specification v1.0.x.
- AbpV11 Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Abp V11 
- ABP device object for create APIs for v1.1.
- DevEui string
- The DevEUI value.
- DeviceProfile stringId 
- The ID of the device profile for the new wireless device.
- FPorts
Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device FPorts 
- List of FPort assigned for different LoRaWAN application packages to use.
- OtaaV10x Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Otaa V10x 
- OTAA device object for create APIs for v1.0.x
- OtaaV11 Pulumi.Aws Native. Io TWireless. Inputs. Wireless Device Otaa V11 
- OTAA device object for v1.1 for create APIs.
- ServiceProfile stringId 
- The ID of the service profile.
- AbpV10x WirelessDevice Abp V10x 
- ABP device object for LoRaWAN specification v1.0.x.
- AbpV11 WirelessDevice Abp V11 
- ABP device object for create APIs for v1.1.
- DevEui string
- The DevEUI value.
- DeviceProfile stringId 
- The ID of the device profile for the new wireless device.
- FPorts
WirelessDevice FPorts 
- List of FPort assigned for different LoRaWAN application packages to use.
- OtaaV10x WirelessDevice Otaa V10x 
- OTAA device object for create APIs for v1.0.x
- OtaaV11 WirelessDevice Otaa V11 
- OTAA device object for v1.1 for create APIs.
- ServiceProfile stringId 
- The ID of the service profile.
- abpV10x WirelessDevice Abp V10x 
- ABP device object for LoRaWAN specification v1.0.x.
- abpV11 WirelessDevice Abp V11 
- ABP device object for create APIs for v1.1.
- devEui String
- The DevEUI value.
- deviceProfile StringId 
- The ID of the device profile for the new wireless device.
- fPorts WirelessDevice FPorts 
- List of FPort assigned for different LoRaWAN application packages to use.
- otaaV10x WirelessDevice Otaa V10x 
- OTAA device object for create APIs for v1.0.x
- otaaV11 WirelessDevice Otaa V11 
- OTAA device object for v1.1 for create APIs.
- serviceProfile StringId 
- The ID of the service profile.
- abpV10x WirelessDevice Abp V10x 
- ABP device object for LoRaWAN specification v1.0.x.
- abpV11 WirelessDevice Abp V11 
- ABP device object for create APIs for v1.1.
- devEui string
- The DevEUI value.
- deviceProfile stringId 
- The ID of the device profile for the new wireless device.
- fPorts WirelessDevice FPorts 
- List of FPort assigned for different LoRaWAN application packages to use.
- otaaV10x WirelessDevice Otaa V10x 
- OTAA device object for create APIs for v1.0.x
- otaaV11 WirelessDevice Otaa V11 
- OTAA device object for v1.1 for create APIs.
- serviceProfile stringId 
- The ID of the service profile.
- abp_v10x WirelessDevice Abp V10x 
- ABP device object for LoRaWAN specification v1.0.x.
- abp_v11 WirelessDevice Abp V11 
- ABP device object for create APIs for v1.1.
- dev_eui str
- The DevEUI value.
- device_profile_ strid 
- The ID of the device profile for the new wireless device.
- f_ports WirelessDevice FPorts 
- List of FPort assigned for different LoRaWAN application packages to use.
- otaa_v10x WirelessDevice Otaa V10x 
- OTAA device object for create APIs for v1.0.x
- otaa_v11 WirelessDevice Otaa V11 
- OTAA device object for v1.1 for create APIs.
- service_profile_ strid 
- The ID of the service profile.
- abpV10x Property Map
- ABP device object for LoRaWAN specification v1.0.x.
- abpV11 Property Map
- ABP device object for create APIs for v1.1.
- devEui String
- The DevEUI value.
- deviceProfile StringId 
- The ID of the device profile for the new wireless device.
- fPorts Property Map
- List of FPort assigned for different LoRaWAN application packages to use.
- otaaV10x Property Map
- OTAA device object for create APIs for v1.0.x
- otaaV11 Property Map
- OTAA device object for v1.1 for create APIs.
- serviceProfile StringId 
- The ID of the service profile.
WirelessDeviceOtaaV10x, WirelessDeviceOtaaV10xArgs        
WirelessDeviceOtaaV11, WirelessDeviceOtaaV11Args        
- AppKey string
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- JoinEui string
- The JoinEUI value.
- NwkKey string
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- AppKey string
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- JoinEui string
- The JoinEUI value.
- NwkKey string
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appKey String
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- joinEui String
- The JoinEUI value.
- nwkKey String
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appKey string
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- joinEui string
- The JoinEUI value.
- nwkKey string
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- app_key str
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- join_eui str
- The JoinEUI value.
- nwk_key str
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appKey String
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- joinEui String
- The JoinEUI value.
- nwkKey String
- The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
WirelessDevicePositioning, WirelessDevicePositioningArgs      
- Enabled
- Enabled
- Disabled
- Disabled
- WirelessDevice Positioning Enabled 
- Enabled
- WirelessDevice Positioning Disabled 
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
WirelessDeviceSessionKeysAbpV10x, WirelessDeviceSessionKeysAbpV10xArgs            
WirelessDeviceSessionKeysAbpV11, WirelessDeviceSessionKeysAbpV11Args            
- AppSKey string
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- FNwkSInt stringKey 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- NwkSEnc stringKey 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- SNwkSInt stringKey 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- AppSKey string
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- FNwkSInt stringKey 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- NwkSEnc stringKey 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- SNwkSInt stringKey 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appSKey String
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- fNwk StringSInt Key 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- nwkSEnc StringKey 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- sNwk StringSInt Key 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appSKey string
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- fNwk stringSInt Key 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- nwkSEnc stringKey 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- sNwk stringSInt Key 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- app_s_ strkey 
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- f_nwk_ strs_ int_ key 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- nwk_s_ strenc_ key 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- s_nwk_ strs_ int_ key 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- appSKey String
- The AppSKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- fNwk StringSInt Key 
- The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- nwkSEnc StringKey 
- The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
- sNwk StringSInt Key 
- The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
WirelessDeviceType, WirelessDeviceTypeArgs      
- Sidewalk
- Sidewalk
- LoRa Wan 
- LoRaWAN
- WirelessDevice Type Sidewalk 
- Sidewalk
- WirelessDevice Type Lo Ra Wan 
- LoRaWAN
- Sidewalk
- Sidewalk
- LoRa Wan 
- LoRaWAN
- Sidewalk
- Sidewalk
- LoRa Wan 
- LoRaWAN
- SIDEWALK
- Sidewalk
- LO_RA_WAN
- LoRaWAN
- "Sidewalk"
- Sidewalk
- "LoRa WAN" 
- LoRaWAN
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.