Skip to content

Bedrock AgentCore Control  >  Structures  >  BatchPutLimitEntry

BatchPutLimitEntry

Structure Class

BatchPutLimitEntry dataclass

A rate limit definition within a batch put request. If you provide a rateLimitId, the service uses it for upsert matching against existing rate limits.

Attributes

description class-attribute instance-attribute
description: str | None = None

An optional human-readable description for this rate limit. If not provided, the rate limit is created without a description.

dimension_keys instance-attribute
dimension_keys: list[str]

The ordered list of dimension key names that define the scope of this rate limit.

entries instance-attribute
entries: list[LimitEntry]

The list of rule entries that map dimension values to rate configurations.

rate_limit_id class-attribute instance-attribute
rate_limit_id: str | None = None

The unique identifier of the rate limit. If provided, the service uses it for upsert matching against existing rate limits.