Cybr

In an EventBridge rule for AWS Config events, what does the following event pattern filter accomplish?

{
"source": ["aws.config"],
"detail-type": ["Config Configuration Item Change"],
"detail": {
"messageType": ["ConfigurationItemChangeNotification"],
"configurationItem": {
"resourceType": ["AWS::S3::Bucket"]
},
"configurationItemDiff": {
"changeType": ["UPDATE"]
}
}
}

1 month ago | [YT] | 6