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