Class SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch
- java.lang.Object
-
- com.pulumi.aws.wafregional.outputs.SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch
-
public final class SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.Builder
builder()
static SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.Builder
builder(SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch 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 `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`. If `type` is any other value, omit this field.
-
type
public java.lang.String type()
- Returns:
- The part of the web request that you want AWS WAF to search for a specified string. e.g., `HEADER`, `METHOD` or `BODY`. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_regional_FieldToMatch.html) for all supported values.
-
builder
public static SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.Builder builder()
-
builder
public static SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch.Builder builder(SqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch defaults)
-
-