AWS Lambda · Schema

ProvisionedConcurrencyConfig

Provisioned concurrency configuration for a function

Properties

Name Type Description
RequestedProvisionedConcurrentExecutions integer The amount of provisioned concurrency requested
AvailableProvisionedConcurrentExecutions integer The amount of provisioned concurrency available
AllocatedProvisionedConcurrentExecutions integer The amount of provisioned concurrency allocated
Status string The status of the allocation
StatusReason string For failed allocations, the reason the status is FAILED
LastModified string The date and time the configuration was last modified
View JSON Schema on GitHub