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: