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

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

    Using getGatewayRateLimit

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayRateLimit(args: GetGatewayRateLimitArgs, opts?: InvokeOptions): Promise<GetGatewayRateLimitResult>
    function getGatewayRateLimitOutput(args: GetGatewayRateLimitOutputArgs, opts?: InvokeOutputOptions): Output<GetGatewayRateLimitResult>
    def get_gateway_rate_limit(gateway_identifier: Optional[str] = None,
                               rate_limit_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetGatewayRateLimitResult
    def get_gateway_rate_limit_output(gateway_identifier: pulumi.Input[Optional[str]] = None,
                               rate_limit_id: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOutputOptions] = None) -> Output[GetGatewayRateLimitResult]
    func LookupGatewayRateLimit(ctx *Context, args *LookupGatewayRateLimitArgs, opts ...InvokeOption) (*LookupGatewayRateLimitResult, error)
    func LookupGatewayRateLimitOutput(ctx *Context, args *LookupGatewayRateLimitOutputArgs, opts ...InvokeOption) LookupGatewayRateLimitResultOutput

    > Note: This function is named LookupGatewayRateLimit in the Go SDK.

    public static class GetGatewayRateLimit 
    {
        public static Task<GetGatewayRateLimitResult> InvokeAsync(GetGatewayRateLimitArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayRateLimitResult> Invoke(GetGatewayRateLimitInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayRateLimitResult> Invoke(GetGatewayRateLimitInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetGatewayRateLimitResult> getGatewayRateLimit(GetGatewayRateLimitArgs args, InvokeOptions options)
    public static Output<GetGatewayRateLimitResult> getGatewayRateLimit(GetGatewayRateLimitArgs args, InvokeOptions options)
    public static Output<GetGatewayRateLimitResult> getGatewayRateLimit(GetGatewayRateLimitArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getGatewayRateLimit
      arguments:
        # arguments dictionary
    data "aws-native_bedrockagentcore_get_gateway_rate_limit" "name" {
        # arguments
    }

    The following arguments are supported:

    GatewayIdentifier string
    RateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    GatewayIdentifier string
    RateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    gateway_identifier string
    rate_limit_id string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    gatewayIdentifier String
    rateLimitId String
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    gatewayIdentifier string
    rateLimitId string
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    gateway_identifier str
    rate_limit_id str
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
    gatewayIdentifier String
    rateLimitId String
    Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.

    getGatewayRateLimit Result

    The following output properties are available:

    CreatedAt string
    Description string
    Optional human-readable description for this limit.
    Entries List<Pulumi.AwsNative.BedrockAgentCore.Outputs.GatewayRateLimitLimitEntry>
    Rule entries mapping dimension values to rate configurations.
    Status Pulumi.AwsNative.BedrockAgentCore.GatewayRateLimitStatus
    UpdatedAt string
    CreatedAt string
    Description string
    Optional human-readable description for this limit.
    Entries []GatewayRateLimitLimitEntry
    Rule entries mapping dimension values to rate configurations.
    Status GatewayRateLimitStatus
    UpdatedAt string
    created_at string
    description string
    Optional human-readable description for this limit.
    entries list(object)
    Rule entries mapping dimension values to rate configurations.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
    updated_at string
    createdAt String
    description String
    Optional human-readable description for this limit.
    entries List<GatewayRateLimitLimitEntry>
    Rule entries mapping dimension values to rate configurations.
    status GatewayRateLimitStatus
    updatedAt String
    createdAt string
    description string
    Optional human-readable description for this limit.
    entries GatewayRateLimitLimitEntry[]
    Rule entries mapping dimension values to rate configurations.
    status GatewayRateLimitStatus
    updatedAt string
    created_at str
    description str
    Optional human-readable description for this limit.
    entries Sequence[GatewayRateLimitLimitEntry]
    Rule entries mapping dimension values to rate configurations.
    status GatewayRateLimitStatus
    updated_at str
    createdAt String
    description String
    Optional human-readable description for this limit.
    entries List<Property Map>
    Rule entries mapping dimension values to rate configurations.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
    updatedAt String

    Supporting Types

    GatewayRateLimitLimitEntry

    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

    GatewayRateLimitRateConfig

    GatewayRateLimitStatus

    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