securityhub:UpdateFindingAggregator

Write

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

Resource types

ARNs that securityhub:UpdateFindingAggregator can be scoped to in an IAM policy.

arn:${Partition}:securityhub:${Region}:${Account}:finding-aggregator/${FindingAggregatorId}
finding-aggregator

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in securityhub

View all securityhub actions →