Interface ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.962Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold.Builderstatic classComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold.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 ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThreshold.Builder builder()
-
-