ConnectionToIpNotAllowed type

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

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