iotwireless:GetResourceEventConfiguration

Read

iotwireless:GetResourceEventConfiguration is a Read access-level action in the iotwireless service. Grants permission to get an event configuration for an identifier

Resource types

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

arn:${Partition}:iotwireless:${Region}:${Account}:SidewalkAccount/${SidewalkAccountId}
SidewalkAccount
arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDevice/${WirelessDeviceId}
WirelessDevice
arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGateway/${WirelessGatewayId}
WirelessGateway

Condition keys

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

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

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

Related actions in iotwireless

View all iotwireless actions →