Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.Builder
Packages that use CfnWebACLPropsMixin.Builder
-
Uses of CfnWebACLPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.wafv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.wafv2 that return CfnWebACLPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWebACLPropsMixin.Builder.applicationConfig(CfnWebACLPropsMixin.ApplicationConfigProperty applicationConfig) Returns a list ofApplicationAttributes.CfnWebACLPropsMixin.Builder.applicationConfig(IResolvable applicationConfig) Returns a list ofApplicationAttributes.CfnWebACLPropsMixin.Builder.associationConfig(CfnWebACLPropsMixin.AssociationConfigProperty associationConfig) Specifies custom configurations for the associations between the web ACL and protected resources.CfnWebACLPropsMixin.Builder.associationConfig(IResolvable associationConfig) Specifies custom configurations for the associations between the web ACL and protected resources.CfnWebACLPropsMixin.Builder.captchaConfig(CfnWebACLPropsMixin.CaptchaConfigProperty captchaConfig) Specifies how AWS WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.CfnWebACLPropsMixin.Builder.captchaConfig(IResolvable captchaConfig) Specifies how AWS WAF should handleCAPTCHAevaluations for rules that don't have their ownCaptchaConfigsettings.CfnWebACLPropsMixin.Builder.challengeConfig(CfnWebACLPropsMixin.ChallengeConfigProperty challengeConfig) Specifies how AWS WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.CfnWebACLPropsMixin.Builder.challengeConfig(IResolvable challengeConfig) Specifies how AWS WAF should handle challenge evaluations for rules that don't have their ownChallengeConfigsettings.static CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create()static CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWebACLPropsMixin.Builder.customResponseBodies(Map<String, ? extends Object> customResponseBodies) A map of custom response keys and content bodies.CfnWebACLPropsMixin.Builder.customResponseBodies(IResolvable customResponseBodies) A map of custom response keys and content bodies.CfnWebACLPropsMixin.Builder.dataProtectionConfig(CfnWebACLPropsMixin.DataProtectionConfigProperty dataProtectionConfig) Specifies data protection to apply to the web request data for the web ACL.CfnWebACLPropsMixin.Builder.dataProtectionConfig(IResolvable dataProtectionConfig) Specifies data protection to apply to the web request data for the web ACL.CfnWebACLPropsMixin.Builder.defaultAction(CfnWebACLPropsMixin.DefaultActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLPropsMixin.Builder.defaultAction(IResolvable defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLPropsMixin.Builder.description(String description) A description of the web ACL that helps with identification.The name of the web ACL.CfnWebACLPropsMixin.Builder.onSourceDDoSProtectionConfig(CfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty onSourceDDoSProtectionConfig) Configures the level of DDoS protection that applies to web ACLs associated with Application Load Balancers.CfnWebACLPropsMixin.Builder.onSourceDDoSProtectionConfig(IResolvable onSourceDDoSProtectionConfig) Configures the level of DDoS protection that applies to web ACLs associated with Application Load Balancers.The rule statements used to identify the web requests that you want to manage.CfnWebACLPropsMixin.Builder.rules(IResolvable rules) The rule statements used to identify the web requests that you want to manage.Specifies whether this is for an Amazon CloudFront distribution or for a regional application.Key:value pairs associated with an AWS resource.CfnWebACLPropsMixin.Builder.tokenDomains(List<String> tokenDomains) Specifies the domains that AWS WAF should accept in a web request token.CfnWebACLPropsMixin.Builder.visibilityConfig(CfnWebACLPropsMixin.VisibilityConfigProperty visibilityConfig) Defines and enables Amazon CloudWatch metrics and web request sample collection.CfnWebACLPropsMixin.Builder.visibilityConfig(IResolvable visibilityConfig) Defines and enables Amazon CloudWatch metrics and web request sample collection.