securityhub:UpdateFindingAggregator is a Write access-level action in the securityhub service. Grants permission to update a finding aggregator, which contains the cross-Region finding aggregation configuration
ARNs that securityhub:UpdateFindingAggregator can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows securityhub:UpdateFindingAggregator. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecurityhubUpdateFindingAggregator",
"Effect": "Allow",
"Action": "securityhub:UpdateFindingAggregator",
"Resource": "*"
}
]
}