Interface ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.980Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA.Builderstatic classComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA.Builderbuilder()default NumbergetCount()Number of HTTP(S) requests for calculating the threshold.default NumbergetIntervalSec()Interval over which the threshold is computed.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @Nullable default 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_rule#count ComputeSecurityPolicyRuleA#count}
-
getIntervalSec
@Stability(Stable) @Nullable default 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_rule#interval_sec ComputeSecurityPolicyRuleA#interval_sec}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleRateLimitOptionsRateLimitThresholdA.Builder builder()
-
-