ConnectionFromIpNotAllowed type

Inbound connection from an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation.

type ConnectionFromIpNotAllowed = AllowlistCustomAlertRule & {
  ruleType: "ConnectionFromIpNotAllowed"
}