Class XssMatchSetXssMatchTupleFieldToMatch
- java.lang.Object
-
- com.pulumi.aws.wafregional.outputs.XssMatchSetXssMatchTupleFieldToMatch
-
public final class XssMatchSetXssMatchTupleFieldToMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XssMatchSetXssMatchTupleFieldToMatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XssMatchSetXssMatchTupleFieldToMatch.Builder
builder()
static XssMatchSetXssMatchTupleFieldToMatch.Builder
builder(XssMatchSetXssMatchTupleFieldToMatch defaults)
java.util.Optional<java.lang.String>
data()
java.lang.String
type()
-
-
-
Method Detail
-
data
public java.util.Optional<java.lang.String> data()
- Returns:
- When the value of `type` is `HEADER`, enter the name of the header that you want the WAF to search, for example, `User-Agent` or `Referer`. If the value of `type` is any other value, omit `data`.
-
type
public java.lang.String type()
- Returns:
- The part of the web request that you want AWS WAF to search for a specified stringE.g., `HEADER` or `METHOD`
-
builder
public static XssMatchSetXssMatchTupleFieldToMatch.Builder builder()
-
builder
public static XssMatchSetXssMatchTupleFieldToMatch.Builder builder(XssMatchSetXssMatchTupleFieldToMatch defaults)
-
-