iot:ListMetricValues is a List access-level action in the iot service. Grants permissions to list the metric values for a thing based on the metricName, and dimension if specified
ARNs that iot:ListMetricValues can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows iot:ListMetricValues. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIotListMetricValues",
"Effect": "Allow",
"Action": "iot:ListMetricValues",
"Resource": "*"
}
]
}