Class ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy_rule.ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
@Stability(Stable) @Internal public static final class ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
An implementation forComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
-
-
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.google.compute_security_policy_rule.ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Builder, ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.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)StringgetOperator()You can specify an exact match or a partial match by using a field operator and a field value.StringgetValue()A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.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(ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie.Builder.
-
-
Method Detail
-
getOperator
public final String getOperator()
Description copied from interface:ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookieYou can specify an exact match or a partial match by using a field operator and a field value.Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#operator ComputeSecurityPolicyRuleA#operator}
- Specified by:
getOperatorin interfaceComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
-
getValue
public final String getValue()
Description copied from interface:ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookieA request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy_rule#value ComputeSecurityPolicyRuleA#value}
- Specified by:
getValuein interfaceComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookie
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-