iotwireless:DisassociateWirelessDeviceFromFuotaTask

Write

iotwireless:DisassociateWirelessDeviceFromFuotaTask is a Write access-level action in the iotwireless service. Grants permission to disassociate the wireless device from FuotaTask

Resource types

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

arn:${Partition}:iotwireless:${Region}:${Account}:FuotaTask/${FuotaTaskId}
FuotaTask
arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDevice/${WirelessDeviceId}
WirelessDevice

Condition keys

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

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

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

Related actions in iotwireless

View all iotwireless actions →