Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsWafv2RulesDetails

import type { AwsWafv2RulesDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about rules in a rule group. A rule identifies web requests that you want to allow, block, or count. Each rule includes one top-level Statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.

interface AwsWafv2RulesDetails {
Name?: string | null;
OverrideAction?: string | null;
Priority?: number | null;
VisibilityConfig?: AwsWafv2VisibilityConfigDetails | null;
}

§Properties

§

The action that WAF should take on a web request when it matches the rule statement. Settings at the web ACL level can override the rule action setting.

§
Name?: string | null
[src]

The name of the rule.

§
OverrideAction?: string | null
[src]

The action to use in the place of the action that results from the rule group evaluation.

§
Priority?: number | null
[src]

If you define more than one Rule in a WebACL, WAF evaluates each request against the Rules in order based on the value of Priority. WAF processes rules with lower priority first. The priorities don't need to be consecutive, but they must all be different.

§
VisibilityConfig?: AwsWafv2VisibilityConfigDetails | null
[src]

Defines and enables Amazon CloudWatch metrics and web request sample collection.