Package com.pulumi.aws.waf.inputs
Class RegexMatchSetRegexMatchTupleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.waf.inputs.RegexMatchSetRegexMatchTupleArgs
-
public final class RegexMatchSetRegexMatchTupleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegexMatchSetRegexMatchTupleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RegexMatchSetRegexMatchTupleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegexMatchSetRegexMatchTupleArgs.Builder
builder()
static RegexMatchSetRegexMatchTupleArgs.Builder
builder(RegexMatchSetRegexMatchTupleArgs defaults)
com.pulumi.core.Output<RegexMatchSetRegexMatchTupleFieldToMatchArgs>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
regexPatternSetId()
com.pulumi.core.Output<java.lang.String>
textTransformation()
-
-
-
Field Detail
-
Empty
public static final RegexMatchSetRegexMatchTupleArgs Empty
-
-
Method Detail
-
fieldToMatch
public com.pulumi.core.Output<RegexMatchSetRegexMatchTupleFieldToMatchArgs> fieldToMatch()
- Returns:
- The part of a web request that you want to search, such as a specified header or a query string.
-
regexPatternSetId
public com.pulumi.core.Output<java.lang.String> regexPatternSetId()
- Returns:
- The ID of a Regex Pattern Set.
-
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. 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 RegexMatchSetRegexMatchTupleArgs.Builder builder()
-
builder
public static RegexMatchSetRegexMatchTupleArgs.Builder builder(RegexMatchSetRegexMatchTupleArgs defaults)
-
-