View a markdown version of this page

AWS::BedrockAgentCore::GatewayRateLimit RateConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

JSON

{ "Period" : String, "Rate" : Number }

YAML

Period: String Rate: Number

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 | minute

Update 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: 0

Maximum: 10000000

Update requires: No interruption