iotwireless:CreateWirelessDevice

Write

iotwireless:CreateWirelessDevice is a Write access-level action in the iotwireless service. Grants permission to create a WirelessDevice resource with given Destination

Resource types

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

arn:${Partition}:iotwireless:${Region}:${Account}:Destination/${DestinationName}
Destination
arn:${Partition}:iotwireless:${Region}:${Account}:DeviceProfile/${DeviceProfileId}
DeviceProfile
arn:${Partition}:iotwireless:${Region}:${Account}:ServiceProfile/${ServiceProfileId}
ServiceProfile

Condition keys

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

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

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

Related actions in iotwireless

View all iotwireless actions →