This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::GatewayRateLimit RateConfig
Contains the rate configuration for a rate limit metric, specifying the allowed rate and time period.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Period-
The time period for the rate limit. Valid values:
-
second—Measures the rate limit over a one-second window. -
minute—Measures the rate limit over a one-minute window.
Required: Yes
Type: String
Allowed values:
second | minuteUpdate requires: No interruption
-
Rate-
The rate value for the limit. For request limits, this is the number of requests allowed per period. For token limits, this is the number of tokens allowed per period. For connection limits, this is the number of concurrent connections allowed.
Required: Yes
Type: Number
Minimum:
0Maximum:
10000000Update requires: No interruption