################################################## # NEW AWS IAM Identity Center GROUP CREATE EVENT # ################################################## # EventBridge Rule and Target resource "aws_cloudwatch_event_rule" "new_user_group" { name = "sso-new-user-group" description = "Event Rule to trigger the role entitlement lambda when a new User Group from external Identity Source has synced." event_pattern = <