Interface ComputeSecurityPolicyRuleRateLimitOptionsBanThreshold
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleRateLimitOptionsBanThreshold.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.961Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleRateLimitOptionsBanThreshold extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleRateLimitOptionsBanThreshold.BuilderA builder forComputeSecurityPolicyRuleRateLimitOptionsBanThresholdstatic classComputeSecurityPolicyRuleRateLimitOptionsBanThreshold.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleRateLimitOptionsBanThreshold
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleRateLimitOptionsBanThreshold.Builderbuilder()NumbergetCount()Number of HTTP(S) requests for calculating the threshold.NumbergetIntervalSec()Interval over which the threshold is computed.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @NotNull Number getCount()
Number of HTTP(S) requests for calculating the threshold.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#count ComputeSecurityPolicy#count}
-
getIntervalSec
@Stability(Stable) @NotNull Number getIntervalSec()
Interval over which the threshold is computed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#interval_sec ComputeSecurityPolicy#interval_sec}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleRateLimitOptionsBanThreshold.Builder builder()
-
-