iotevents:ListDetectors

List

iotevents:ListDetectors is a List access-level action in the iotevents service. Grants permission to retrieve information about all detector instances per detectormodel

Resource types

ARNs that iotevents:ListDetectors can be scoped to in an IAM policy.

arn:${Partition}:iotevents:${Region}:${Account}:detectorModel/${DetectorModelName}
detectorModel

Condition keys

Keys you can use in the Condition block of a policy that grants iotevents:ListDetectors.

aws:ResourceTag/${TagKey} String

Filters access by the tags attached to the resource

Example IAM policy

A minimal policy that allows iotevents:ListDetectors. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIoteventsListDetectors",
      "Effect": "Allow",
      "Action": "iotevents:ListDetectors",
      "Resource": "*"
    }
  ]
}

Related actions in iotevents

View all iotevents actions →