1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. GatewayRateLimit

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Definition of AWS::BedrockAgentCore::GatewayRateLimit Resource Type

    Create GatewayRateLimit Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GatewayRateLimit(name: string, args: GatewayRateLimitArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayRateLimit(resource_name: str,
                         args: GatewayRateLimitArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayRateLimit(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         dimension_keys: Optional[Sequence[str]] = None,
                         entries: Optional[Sequence[GatewayRateLimitLimitEntryArgs]] = None,
                         description: Optional[str] = None,
                         gateway_identifier: Optional[str] = None,
                         rate_limit_id: Optional[str] = None)
    func NewGatewayRateLimit(ctx *Context, name string, args GatewayRateLimitArgs, opts ...ResourceOption) (*GatewayRateLimit, error)
    public GatewayRateLimit(string name, GatewayRateLimitArgs args, CustomResourceOptions? opts = null)
    public GatewayRateLimit(String name, GatewayRateLimitArgs args)
    public GatewayRateLimit(String name, GatewayRateLimitArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:GatewayRateLimit
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_bedrockagentcore_gateway_rate_limit" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GatewayRateLimitArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GatewayRateLimitArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GatewayRateLimitArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayRateLimitArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayRateLimitArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GatewayRateLimit Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GatewayRateLimit resource accepts the following input properties:

    DimensionKeys List<string>
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    Entries List<Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayRateLimitLimitEntry>
    Rule entries mapping dimension values to rate configurations.
    Description string
    Optional human-readable description for this limit.
    GatewayIdentifier string
    RateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    DimensionKeys []string
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    Entries []GatewayRateLimitLimitEntryArgs
    Rule entries mapping dimension values to rate configurations.
    Description string
    Optional human-readable description for this limit.
    GatewayIdentifier string
    RateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    dimension_keys list(string)
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    entries list(object)
    Rule entries mapping dimension values to rate configurations.
    description string
    Optional human-readable description for this limit.
    gateway_identifier string
    rate_limit_id string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    dimensionKeys List<String>
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    entries List<GatewayRateLimitLimitEntry>
    Rule entries mapping dimension values to rate configurations.
    description String
    Optional human-readable description for this limit.
    gatewayIdentifier String
    rateLimitId String
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    dimensionKeys string[]
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    entries GatewayRateLimitLimitEntry[]
    Rule entries mapping dimension values to rate configurations.
    description string
    Optional human-readable description for this limit.
    gatewayIdentifier string
    rateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    dimension_keys Sequence[str]
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    entries Sequence[GatewayRateLimitLimitEntryArgs]
    Rule entries mapping dimension values to rate configurations.
    description str
    Optional human-readable description for this limit.
    gateway_identifier str
    rate_limit_id str
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    dimensionKeys List<String>
    Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
    entries List<Property Map>
    Rule entries mapping dimension values to rate configurations.
    description String
    Optional human-readable description for this limit.
    gatewayIdentifier String
    rateLimitId String
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayRateLimit resource produces the following output properties:

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.BedrockAgentCore.GatewayRateLimitStatus
    UpdatedAt string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status GatewayRateLimitStatus
    UpdatedAt string
    created_at string
    id string
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
    updated_at string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    status GatewayRateLimitStatus
    updatedAt String
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    status GatewayRateLimitStatus
    updatedAt string
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    status GatewayRateLimitStatus
    updated_at str
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
    updatedAt String

    Supporting Types

    GatewayRateLimitLimitEntry, GatewayRateLimitLimitEntryArgs

    A single rule entry within a limit, mapping dimension values to rate configurations
    Dimensions Dictionary<string, string>
    Connections List<Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayRateLimitRateConfig>
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    Requests List<Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayRateLimitRateConfig>
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    Tokens List<Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayRateLimitRateConfig>
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    Dimensions map[string]string
    Connections []GatewayRateLimitRateConfig
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    Requests []GatewayRateLimitRateConfig
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    Tokens []GatewayRateLimitRateConfig
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    dimensions map(string)
    connections list(object)
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    requests list(object)
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    tokens list(object)
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    dimensions Map<String,String>
    connections List<GatewayRateLimitRateConfig>
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    requests List<GatewayRateLimitRateConfig>
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    tokens List<GatewayRateLimitRateConfig>
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    dimensions {[key: string]: string}
    connections GatewayRateLimitRateConfig[]
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    requests GatewayRateLimitRateConfig[]
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    tokens GatewayRateLimitRateConfig[]
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    dimensions Mapping[str, str]
    connections Sequence[GatewayRateLimitRateConfig]
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    requests Sequence[GatewayRateLimitRateConfig]
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    tokens Sequence[GatewayRateLimitRateConfig]
    Token rate limits (TPM). Limited to 1 entry for now. — P1
    dimensions Map<String>
    connections List<Property Map>
    Connection rate limits (per second only). Limited to 1 entry for now. — P2
    requests List<Property Map>
    Request rate limits (RPS or RPM). Limited to 1 entry for now.
    tokens List<Property Map>
    Token rate limits (TPM). Limited to 1 entry for now. — P1

    GatewayRateLimitPeriod, GatewayRateLimitPeriodArgs

    Second
    second
    Minute
    minute
    GatewayRateLimitPeriodSecond
    second
    GatewayRateLimitPeriodMinute
    minute
    "second"
    second
    "minute"
    minute
    Second
    second
    Minute
    minute
    Second
    second
    Minute
    minute
    SECOND
    second
    MINUTE
    minute
    "second"
    second
    "minute"
    minute

    GatewayRateLimitRateConfig, GatewayRateLimitRateConfigArgs

    Rate configuration for a metric (requests or tokens)

    GatewayRateLimitStatus, GatewayRateLimitStatusArgs

    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    GatewayRateLimitStatusCreating
    CREATING
    GatewayRateLimitStatusActive
    ACTIVE
    GatewayRateLimitStatusUpdating
    UPDATING
    GatewayRateLimitStatusDeleting
    DELETING
    "CREATING"
    CREATING
    "ACTIVE"
    ACTIVE
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    CREATING
    CREATING
    ACTIVE
    ACTIVE
    UPDATING
    UPDATING
    DELETING
    DELETING
    "CREATING"
    CREATING
    "ACTIVE"
    ACTIVE
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial