iotwireless:DisassociateWirelessGatewayFromCertificate

Write

iotwireless:DisassociateWirelessGatewayFromCertificate is a Write access-level action in the iotwireless service. Grants permission to disassociate a WirelessGateway from a IoT Core Identity certificate

Resource types

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

arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGateway/${WirelessGatewayId}
WirelessGateway
arn:${Partition}:iot:${Region}:${Account}:cert/${Certificate}
cert

Condition keys

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

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

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

Related actions in iotwireless

View all iotwireless actions →