iotwireless:ListDevicesForWirelessDeviceImportTask

Read

iotwireless:ListDevicesForWirelessDeviceImportTask is a Read access-level action in the iotwireless service. Grants permission to list information of devices by wireless device import task based on the AWS account

Resource types

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

arn:${Partition}:iotwireless:${Region}:${Account}:ImportTask/${ImportTaskId}
ImportTask

Condition keys

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

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:ListDevicesForWirelessDeviceImportTask. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in iotwireless

View all iotwireless actions →