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
Shared fields for GatewayRateLimit responses.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::GatewayRateLimit", "Properties" : { "Description" :String, "DimensionKeys" :[ String, ... ], "Entries" :[ LimitEntry, ... ], "GatewayIdentifier" :String, "RateLimitId" :String} }
YAML
Type: AWS::BedrockAgentCore::GatewayRateLimit Properties: Description:StringDimensionKeys:- StringEntries:- LimitEntryGatewayIdentifier:StringRateLimitId:String
Properties
Description-
The human-readable description of the rate limit.
Required: No
Type: String
Minimum:
0Maximum:
512Update requires: No interruption
DimensionKeys-
The ordered list of dimension key names that define the scope of this rate limit.
Required: Yes
Type: Array of String
Minimum:
1 | 1Maximum:
80 | 10Update requires: Replacement
Entries-
The list of rule entries that map dimension values to rate configurations.
Required: Yes
Type: Array of LimitEntry
Minimum:
1Maximum:
1000Update requires: No interruption
GatewayIdentifier-
The unique identifier of the gateway.
Required: No
Type: String
Pattern:
^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$Update requires: Replacement
RateLimitId-
The unique identifier of the created rate limit.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_\.]{0,62}[a-zA-Z0-9]$Minimum:
2Maximum:
64Update requires: Replacement
Return values
Ref
Fn::GetAtt
CreatedAt-
The timestamp when the rate limit was created.
Status-
The current status of the rate limit.
UpdatedAt-
The timestamp when the rate limit was last updated.