Uses of Class
software.amazon.awscdk.services.wafv2.CfnWebACL.Builder
Packages that use CfnWebACL.Builder
-
Uses of CfnWebACL.Builder in software.amazon.awscdk.services.wafv2
Methods in software.amazon.awscdk.services.wafv2 that return CfnWebACL.BuilderModifier and TypeMethodDescriptionCfnWebACL.Builder.captchaConfig(IResolvable captchaConfig) Specifies how AWS WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.CfnWebACL.Builder.captchaConfig(CfnWebACL.CaptchaConfigProperty captchaConfig) Specifies how AWS WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.CfnWebACL.Builder.challengeConfig(IResolvable challengeConfig) Specifies how AWS WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.CfnWebACL.Builder.challengeConfig(CfnWebACL.ChallengeConfigProperty challengeConfig) Specifies how AWS WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.static CfnWebACL.BuilderCfnWebACL.Builder.customResponseBodies(Map<String, ? extends Object> customResponseBodies) A map of custom response keys and content bodies.CfnWebACL.Builder.customResponseBodies(IResolvable customResponseBodies) A map of custom response keys and content bodies.CfnWebACL.Builder.defaultAction(IResolvable defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACL.Builder.defaultAction(CfnWebACL.DefaultActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACL.Builder.description(String description) A description of the web ACL that helps with identification.The name of the web ACL.The rule statements used to identify the web requests that you want to allow, block, or count.CfnWebACL.Builder.rules(IResolvable rules) The rule statements used to identify the web requests that you want to allow, block, or count.Specifies whether this is for an Amazon CloudFront distribution or for a regional application.Key:value pairs associated with an AWS resource.CfnWebACL.Builder.tokenDomains(List<String> tokenDomains) Specifies the domains that AWS WAF should accept in a web request token.CfnWebACL.Builder.visibilityConfig(IResolvable visibilityConfig) Defines and enables Amazon CloudWatch metrics and web request sample collection.CfnWebACL.Builder.visibilityConfig(CfnWebACL.VisibilityConfigProperty visibilityConfig) Defines and enables Amazon CloudWatch metrics and web request sample collection.