Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnByteMatchSetPropsMixin.Builder
Packages that use CfnByteMatchSetPropsMixin.Builder
-
Uses of CfnByteMatchSetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.waf
Methods in software.amazon.awscdk.cfnpropertymixins.services.waf that return CfnByteMatchSetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnByteMatchSetPropsMixin.Builder.byteMatchTuples(List<? extends Object> byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.CfnByteMatchSetPropsMixin.Builder.byteMatchTuples(IResolvable byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.CfnByteMatchSetPropsMixin.Builder.create()CfnByteMatchSetPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of theByteMatchSet.