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
ARNs that iotwireless:AssociateWirelessDeviceWithThing can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants iotwireless:AssociateWirelessDeviceWithThing.
Filters access by tag key component of a tag attached to an IoT Wireless resource
To use iotwireless:AssociateWirelessDeviceWithThing you may also need to grant:
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": "*"
}
]
}