iotwireless:AssociateWirelessDeviceWithThing

Write

iotwireless:AssociateWirelessDeviceWithThing is a Write access-level action in the iotwireless service. Grants permission to associate the wireless device with AWS IoT thing for a given wirelessDeviceId

Resource types

ARNs that iotwireless:AssociateWirelessDeviceWithThing can be scoped to in an IAM policy.

arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDevice/${WirelessDeviceId}
WirelessDevice
arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}
thing

Condition keys

Keys you can use in the Condition block of a policy that grants iotwireless:AssociateWirelessDeviceWithThing.

aws:ResourceTag/${TagKey} String

Filters access by tag key component of a tag attached to an IoT Wireless resource

Dependent actions

To use iotwireless:AssociateWirelessDeviceWithThing you may also need to grant:

Example IAM policy

A minimal policy that allows iotwireless:AssociateWirelessDeviceWithThing. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIotwirelessAssociateWirelessDeviceWithThing",
      "Effect": "Allow",
      "Action": "iotwireless:AssociateWirelessDeviceWithThing",
      "Resource": "*"
    }
  ]
}

Related actions in iotwireless

View all iotwireless actions →