Interface CfnGatewayRateLimit.RateConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRateLimit.RateConfigProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRateLimit
@Stability(Stable)
public static interface CfnGatewayRateLimit.RateConfigProperty
extends software.amazon.jsii.JsiiSerializable
Rate configuration for a metric (requests or tokens).
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrockagentcore.*;
RateConfigProperty rateConfigProperty = RateConfigProperty.builder()
.period("period")
.rate(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRateLimit.RateConfigPropertystatic final classAn implementation forCfnGatewayRateLimit.RateConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPeriod
Time period for rate limiting.- See Also:
-
getRate
- See Also:
-
builder
-