Interface WafregionalRegexMatchSetRegexMatchTuple
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WafregionalRegexMatchSetRegexMatchTuple.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.571Z") @Stability(Stable) public interface WafregionalRegexMatchSetRegexMatchTuple extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWafregionalRegexMatchSetRegexMatchTuple.BuilderA builder forWafregionalRegexMatchSetRegexMatchTuplestatic classWafregionalRegexMatchSetRegexMatchTuple.Jsii$ProxyAn implementation forWafregionalRegexMatchSetRegexMatchTuple
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static WafregionalRegexMatchSetRegexMatchTuple.Builderbuilder()WafregionalRegexMatchSetRegexMatchTupleFieldToMatchgetFieldToMatch()field_to_match block.StringgetRegexPatternSetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_pattern_set_id WafregionalRegexMatchSet#regex_pattern_set_id}.StringgetTextTransformation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#text_transformation WafregionalRegexMatchSet#text_transformation}.
-
-
-
Method Detail
-
getFieldToMatch
@Stability(Stable) @NotNull WafregionalRegexMatchSetRegexMatchTupleFieldToMatch getFieldToMatch()
field_to_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#field_to_match WafregionalRegexMatchSet#field_to_match}
-
getRegexPatternSetId
@Stability(Stable) @NotNull String getRegexPatternSetId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_pattern_set_id WafregionalRegexMatchSet#regex_pattern_set_id}.
-
getTextTransformation
@Stability(Stable) @NotNull String getTextTransformation()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#text_transformation WafregionalRegexMatchSet#text_transformation}.
-
builder
@Stability(Stable) static WafregionalRegexMatchSetRegexMatchTuple.Builder builder()
-
-