View a markdown version of this page

AWS::BedrockAgentCore::GatewayRateLimit RateConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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