Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnSqlInjectionMatchSetPropsMixin.Builder
Packages that use CfnSqlInjectionMatchSetPropsMixin.Builder
-
Uses of CfnSqlInjectionMatchSetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.waf
Methods in software.amazon.awscdk.cfnpropertymixins.services.waf that return CfnSqlInjectionMatchSetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSqlInjectionMatchSetPropsMixin.Builder.create()CfnSqlInjectionMatchSetPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name, if any, of theSqlInjectionMatchSet.CfnSqlInjectionMatchSetPropsMixin.Builder.sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.CfnSqlInjectionMatchSetPropsMixin.Builder.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.