AWS::BedrockAgentCore::GatewayRateLimit

BedrockAgentCore GatewayRateLimit

Definition of AWS::BedrockAgentCore::GatewayRateLimit Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DimensionKeys
Array<string>
RequiredCreate-only
Entries
Array<LimitEntry>
Required
Description
string
GatewayIdentifier
string
Create-only
RateLimitId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::GatewayRateLimit

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::GatewayRateLimit
    Properties:
      DimensionKeys: []
      Entries: []
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateGatewayRateLimitbedrock-agentcore:GetGatewayRateLimit

delete

bedrock-agentcore:DeleteGatewayRateLimitbedrock-agentcore:GetGatewayRateLimit

list

bedrock-agentcore:ListGatewayRateLimits

read

bedrock-agentcore:GetGatewayRateLimit

update

bedrock-agentcore:GetGatewayRateLimitbedrock-agentcore:UpdateGatewayRateLimit

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties8
Required2
TaggingNot supported
Primary IDGatewayIdentifier

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DimensionKeysGatewayIdentifierRateLimitId

External Links