import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace FirewallPolicyRule { /** * Check that Firewall Policy Rules do not allow inbound HTTP traffic. * * @severity critical * @frameworks cis, iso27001, pcidss * @topics encryption, network * @link https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol */ const disallowInboundHttpTraffic: ResourceValidationPolicy; } export { FirewallPolicyRule };