Interface CfnGatewayRateLimitPropsMixin.RateConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGatewayRateLimitPropsMixin.RateConfigProperty.Jsii$Proxy
Enclosing class:
CfnGatewayRateLimitPropsMixin

@Stability(Stable) public static interface CfnGatewayRateLimitPropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
 RateConfigProperty rateConfigProperty = RateConfigProperty.builder()
         .period("period")
         .rate(123)
         .build();
 

See Also: