| Package | Description |
|---|---|
| software.amazon.awscdk.services.waf |
AWS Web Application Firewall Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnByteMatchSet.Builder |
CfnByteMatchSet.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.
|
CfnByteMatchSet.Builder |
CfnByteMatchSet.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.
|
static CfnByteMatchSet.Builder |
CfnByteMatchSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnByteMatchSet.Builder |
CfnByteMatchSet.Builder.name(String name)
The name of the `ByteMatchSet` .
|
Copyright © 2022. All rights reserved.