We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 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:
- 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<Pulumi.
Aws Native. Bedrock Agent Core. Inputs. Gateway Rate Limit Limit Entry> - Rule entries mapping dimension values to rate configurations.
- Description string
- Optional human-readable description for this limit.
- Gateway
Identifier string - Rate
Limit stringId - Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
- Dimension
Keys []string - Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
- Entries
[]Gateway
Rate Limit Limit Entry Args - Rule entries mapping dimension values to rate configurations.
- Description string
- Optional human-readable description for this limit.
- Gateway
Identifier string - Rate
Limit stringId - 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_ stringid - 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<Gateway
Rate Limit Limit Entry> - Rule entries mapping dimension values to rate configurations.
- description String
- Optional human-readable description for this limit.
- gateway
Identifier String - rate
Limit StringId - Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.
- dimension
Keys string[] - Ordered list of dimension names defining the scope of this limit. Unique per gateway — no two limits can share the same dimensionKeys.
- entries
Gateway
Rate Limit Limit Entry[] - Rule entries mapping dimension values to rate configurations.
- description string
- Optional human-readable description for this limit.
- gateway
Identifier string - rate
Limit stringId - 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[Gateway
Rate Limit Limit Entry Args] - Rule entries mapping dimension values to rate configurations.
- description str
- Optional human-readable description for this limit.
- gateway_
identifier str - rate_
limit_ strid - 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<Property Map>
- Rule entries mapping dimension values to rate configurations.
- description String
- Optional human-readable description for this limit.
- gateway
Identifier String - rate
Limit StringId - 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:
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Gateway Rate Limit Status - Updated
At string
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Gateway
Rate Limit Status - Updated
At string
- created_
at string - id string
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
- updated_
at string
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- status
Gateway
Rate Limit Status - updated
At String
- created
At string - id string
- The provider-assigned unique ID for this managed resource.
- status
Gateway
Rate Limit Status - updated
At string
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- status
Gateway
Rate Limit Status - updated_
at str
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING"
- updated
At 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.
Aws Native. Bedrock Agent Core. Inputs. Gateway Rate Limit Rate Config> - Connection rate limits (per second only). Limited to 1 entry for now. — P2
- Requests
List<Pulumi.
Aws Native. Bedrock Agent Core. Inputs. Gateway Rate Limit Rate Config> - Request rate limits (RPS or RPM). Limited to 1 entry for now.
- Tokens
List<Pulumi.
Aws Native. Bedrock Agent Core. Inputs. Gateway Rate Limit Rate Config> - Token rate limits (TPM). Limited to 1 entry for now. — P1
- Dimensions map[string]string
- Connections
[]Gateway
Rate Limit Rate Config - Connection rate limits (per second only). Limited to 1 entry for now. — P2
- Requests
[]Gateway
Rate Limit Rate Config - Request rate limits (RPS or RPM). Limited to 1 entry for now.
- Tokens
[]Gateway
Rate Limit Rate Config - 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<Gateway
Rate Limit Rate Config> - Connection rate limits (per second only). Limited to 1 entry for now. — P2
- requests
List<Gateway
Rate Limit Rate Config> - Request rate limits (RPS or RPM). Limited to 1 entry for now.
- tokens
List<Gateway
Rate Limit Rate Config> - Token rate limits (TPM). Limited to 1 entry for now. — P1
- dimensions {[key: string]: string}
- connections
Gateway
Rate Limit Rate Config[] - Connection rate limits (per second only). Limited to 1 entry for now. — P2
- requests
Gateway
Rate Limit Rate Config[] - Request rate limits (RPS or RPM). Limited to 1 entry for now.
- tokens
Gateway
Rate Limit Rate Config[] - Token rate limits (TPM). Limited to 1 entry for now. — P1
- dimensions Mapping[str, str]
- connections
Sequence[Gateway
Rate Limit Rate Config] - Connection rate limits (per second only). Limited to 1 entry for now. — P2
- requests
Sequence[Gateway
Rate Limit Rate Config] - Request rate limits (RPS or RPM). Limited to 1 entry for now.
- tokens
Sequence[Gateway
Rate Limit Rate Config] - 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
- Gateway
Rate Limit Period Second second- Gateway
Rate Limit Period Minute 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)- Period
Gateway
Rate Limit Period - Rate float64
- period "second" | "minute"
- rate number
- period
Gateway
Rate Limit Period - rate Double
- period
Gateway
Rate Limit Period - rate number
- period "second" | "minute"
- rate Number
GatewayRateLimitStatus, GatewayRateLimitStatusArgs
- Creating
CREATING- Active
ACTIVE- Updating
UPDATING- Deleting
DELETING
- Gateway
Rate Limit Status Creating CREATING- Gateway
Rate Limit Status Active ACTIVE- Gateway
Rate Limit Status Updating UPDATING- Gateway
Rate Limit Status 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
- "CREATING"
CREATING- "ACTIVE"
ACTIVE- "UPDATING"
UPDATING- "DELETING"
DELETING
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 2026 by Pulumi