lookoutmetrics:PutFeedback is a Write access-level action in the lookoutmetrics service. Grants permission to add feedback for an affected metric in an anomaly group
ARNs that lookoutmetrics:PutFeedback can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants lookoutmetrics:PutFeedback.
Filters access by the tags associated with the resource
A minimal policy that allows lookoutmetrics:PutFeedback. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLookoutmetricsPutFeedback",
"Effect": "Allow",
"Action": "lookoutmetrics:PutFeedback",
"Resource": "*"
}
]
}