guardduty:CreateThreatEntitySet is a Write access-level action in the guardduty service. Grants permission to create GuardDuty ThreatEntitySets, where a ThreatEntitySet consists of known malicious IP addresses and/or domains used by GuardDuty to generate findings
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use guardduty:CreateThreatEntitySet you may also need to grant:
A minimal policy that allows guardduty:CreateThreatEntitySet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGuarddutyCreateThreatEntitySet",
"Effect": "Allow",
"Action": "guardduty:CreateThreatEntitySet",
"Resource": "*"
}
]
}