Concurrency¶
Structure Class¶
Concurrency
dataclass
¶
Dataclass for Concurrency structure.
Attributes¶
reserved_concurrent_executions
class-attribute
instance-attribute
¶
reserved_concurrent_executions: int | None = None
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.