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

ManagedRuleGroupConfig

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

Additional information that's used by a managed rule group. Many managed rule groups don't require this.

Use the AWSManagedRulesATPRuleSet configuration object for the account takeover prevention managed rule group, to provide information such as the sign-in page of your application and the type of content to accept or reject from the client.

Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection level that you want the Bot Control rule group to use.

For example specifications, see the examples section of "CreateWebACL".

interface ManagedRuleGroupConfig {
AWSManagedRulesATPRuleSet?: AWSManagedRulesATPRuleSet | null;
AWSManagedRulesBotControlRuleSet?: AWSManagedRulesBotControlRuleSet | null;
LoginPath?: string | null;
PasswordField?: PasswordField | null;
PayloadType?: PayloadType | null;
UsernameField?: UsernameField | null;
}

§Properties

§
AWSManagedRulesATPRuleSet?: AWSManagedRulesATPRuleSet | null
[src]

Additional configuration for using the account takeover prevention (ATP) managed rule group, AWSManagedRulesATPRuleSet. Use this to provide login request information to the rule group. For web ACLs that protect CloudFront distributions, use this to also provide the information about how your distribution responds to login requests.

This configuration replaces the individual configuration fields in ManagedRuleGroupConfig and provides additional feature configuration.

For information about using the ATP managed rule group, see WAF Fraud Control account takeover prevention (ATP) rule group and WAF Fraud Control account takeover prevention (ATP) in the WAF Developer Guide.

§
AWSManagedRulesBotControlRuleSet?: AWSManagedRulesBotControlRuleSet | null
[src]

Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see WAF Bot Control rule group and WAF Bot Control in the WAF Developer Guide.

§
LoginPath?: string | null
[src]

Note: Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet.

§
PasswordField?: PasswordField | null
[src]

Note: Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet RequestInspection.

§
PayloadType?: PayloadType | null
[src]

Note: Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet RequestInspection.

§
UsernameField?: UsernameField | null
[src]

Note: Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet RequestInspection.