

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::IoTWireless::WirelessDevice AbpV10x
<a name="aws-properties-iotwireless-wirelessdevice-abpv10x"></a>

ABP device object for LoRaWAN specification v1.0.x

## Syntax
<a name="aws-properties-iotwireless-wirelessdevice-abpv10x-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-iotwireless-wirelessdevice-abpv10x-syntax.json"></a>

```
{
  "[DevAddr](#cfn-iotwireless-wirelessdevice-abpv10x-devaddr)" : String,
  "[SessionKeys](#cfn-iotwireless-wirelessdevice-abpv10x-sessionkeys)" : SessionKeysAbpV10x
}
```

### YAML
<a name="aws-properties-iotwireless-wirelessdevice-abpv10x-syntax.yaml"></a>

```
  [DevAddr](#cfn-iotwireless-wirelessdevice-abpv10x-devaddr): String
  [SessionKeys](#cfn-iotwireless-wirelessdevice-abpv10x-sessionkeys): 
    SessionKeysAbpV10x
```

## Properties
<a name="aws-properties-iotwireless-wirelessdevice-abpv10x-properties"></a>

`DevAddr`  <a name="cfn-iotwireless-wirelessdevice-abpv10x-devaddr"></a>
The DevAddr value.  
*Required*: Yes  
*Type*: String  
*Pattern*: `[a-fA-F0-9]{8}`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SessionKeys`  <a name="cfn-iotwireless-wirelessdevice-abpv10x-sessionkeys"></a>
Session keys for ABP v1.0.x.  
*Required*: Yes  
*Type*: [SessionKeysAbpV10x](aws-properties-iotwireless-wirelessdevice-sessionkeysabpv10x.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)