iotwireless:StartWirelessDeviceImportTask is a Write access-level action in the iotwireless service. Grants permission to start the wireless device import task
ARNs that iotwireless:StartWirelessDeviceImportTask can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants iotwireless:StartWirelessDeviceImportTask.
Filters access by tag key component of a tag attached to an IoT Wireless resource
A minimal policy that allows iotwireless:StartWirelessDeviceImportTask. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIotwirelessStartWirelessDeviceImportTask",
"Effect": "Allow",
"Action": "iotwireless:StartWirelessDeviceImportTask",
"Resource": "*"
}
]
}