Interface ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.976Z") @Stability(Stable) public interface ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri.Builderstatic classComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri.Jsii$ProxyAn implementation forComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri.Builderbuilder()StringgetOperator()You can specify an exact match or a partial match by using a field operator and a field value.default StringgetValue()A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
-
-
-
Method Detail
-
getOperator
@Stability(Stable) @NotNull 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}
-
getValue
@Stability(Stable) @Nullable default String getValue()
A 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}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri.Builder builder()
-
-