Class WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.wafregional_sql_injection_match_set.WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Jsii$Proxy
-
- All Implemented Interfaces:
WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
@Stability(Stable) @Internal public static final class WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
An implementation forWafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.wafregional_sql_injection_match_set.WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Builder, WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Builder builder)Constructor that initializes the object based on literal property values passed by theWafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)WafregionalSqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatchgetFieldToMatch()field_to_match block.StringgetTextTransformation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_sql_injection_match_set#text_transformation WafregionalSqlInjectionMatchSet#text_transformation}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(WafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Builder builder)
Constructor that initializes the object based on literal property values passed by theWafregionalSqlInjectionMatchSetSqlInjectionMatchTuple.Builder.
-
-
Method Detail
-
getFieldToMatch
public final WafregionalSqlInjectionMatchSetSqlInjectionMatchTupleFieldToMatch getFieldToMatch()
Description copied from interface:WafregionalSqlInjectionMatchSetSqlInjectionMatchTuplefield_to_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_sql_injection_match_set#field_to_match WafregionalSqlInjectionMatchSet#field_to_match}
- Specified by:
getFieldToMatchin interfaceWafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
-
getTextTransformation
public final String getTextTransformation()
Description copied from interface:WafregionalSqlInjectionMatchSetSqlInjectionMatchTupleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_sql_injection_match_set#text_transformation WafregionalSqlInjectionMatchSet#text_transformation}.- Specified by:
getTextTransformationin interfaceWafregionalSqlInjectionMatchSetSqlInjectionMatchTuple
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-