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