Package com.pulumi.aws.waf.inputs
Class ByteMatchSetByteMatchTupleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.waf.inputs.ByteMatchSetByteMatchTupleArgs
-
public final class ByteMatchSetByteMatchTupleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ByteMatchSetByteMatchTupleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ByteMatchSetByteMatchTupleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteMatchSetByteMatchTupleArgs.Builder
builder()
static ByteMatchSetByteMatchTupleArgs.Builder
builder(ByteMatchSetByteMatchTupleArgs defaults)
com.pulumi.core.Output<ByteMatchSetByteMatchTupleFieldToMatchArgs>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
positionalConstraint()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
targetString()
com.pulumi.core.Output<java.lang.String>
textTransformation()
-
-
-
Field Detail
-
Empty
public static final ByteMatchSetByteMatchTupleArgs Empty
-
-
Method Detail
-
fieldToMatch
public com.pulumi.core.Output<ByteMatchSetByteMatchTupleFieldToMatchArgs> fieldToMatch()
- Returns:
- The part of a web request that you want to search, such as a specified header or a query string.
-
positionalConstraint
public com.pulumi.core.Output<java.lang.String> positionalConstraint()
- Returns:
- Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want to search. e.g., `CONTAINS`, `CONTAINS_WORD` or `EXACTLY`. See [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-PositionalConstraint) for all supported values.
-
targetString
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetString()
- Returns:
- The value that you want to search for within the field specified by `field_to_match`, e.g., `badrefer1`. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_waf_ByteMatchTuple.html) for all supported values.
-
textTransformation
public com.pulumi.core.Output<java.lang.String> textTransformation()
- Returns:
- Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on `target_string` before inspecting a request for a match. e.g., `CMD_LINE`, `HTML_ENTITY_DECODE` or `NONE`. See [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchTuple.html#WAF-Type-ByteMatchTuple-TextTransformation) for all supported values.
-
builder
public static ByteMatchSetByteMatchTupleArgs.Builder builder()
-
builder
public static ByteMatchSetByteMatchTupleArgs.Builder builder(ByteMatchSetByteMatchTupleArgs defaults)
-
-