Class ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader.Jsii$Proxy

    • Method Detail

      • getOperator

        public final String getOperator()
        You 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:
        getOperator in interface ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object