guardduty:UpdateThreatEntitySet is a Write access-level action in the guardduty service. Grants permission to update GuardDuty ThreatEntitySets
ARNs that guardduty:UpdateThreatEntitySet can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants guardduty:UpdateThreatEntitySet.
Filters access by tag key-value pairs attached to the resource
To use guardduty:UpdateThreatEntitySet you may also need to grant:
A minimal policy that allows guardduty:UpdateThreatEntitySet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGuarddutyUpdateThreatEntitySet",
"Effect": "Allow",
"Action": "guardduty:UpdateThreatEntitySet",
"Resource": "*"
}
]
}