public static interface CfnWebACL.SingleHeaderProperty
The name isn't case sensitive.
You can filter and inspect all headers with the FieldToMatch
setting Headers
.
This is used to indicate the web request component to inspect, in the FieldToMatch
specification.
Example JSON: "SingleHeader": { "Name": "haystack" }
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wafv2.*; SingleHeaderProperty singleHeaderProperty = SingleHeaderProperty.builder() .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWebACL.SingleHeaderProperty.Builder
A builder for
CfnWebACL.SingleHeaderProperty |
static class |
CfnWebACL.SingleHeaderProperty.Jsii$Proxy
An implementation for
CfnWebACL.SingleHeaderProperty |
Modifier and Type | Method and Description |
---|---|
static CfnWebACL.SingleHeaderProperty.Builder |
builder() |
java.lang.String |
getName()
The name of the query header to inspect.
|
java.lang.String getName()
static CfnWebACL.SingleHeaderProperty.Builder builder()