iotwireless:DisassociateWirelessDeviceFromThing

Write

iotwireless:DisassociateWirelessDeviceFromThing is a Write access-level action in the iotwireless service. Grants permission to disassociate a wireless device from a AWS IoT thing

Resource types

ARNs that iotwireless:DisassociateWirelessDeviceFromThing 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:DisassociateWirelessDeviceFromThing.

aws:ResourceTag/${TagKey} String

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

Dependent actions

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

Example IAM policy

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

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

Related actions in iotwireless

View all iotwireless actions →