Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetProvisionedConcurrencyConfigResponse

Hierarchy

Properties

AllocatedProvisionedConcurrentExecutions?: number

The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.

AvailableProvisionedConcurrentExecutions?: number

The amount of provisioned concurrency available.

LastModified?: string

The date and time that a user last updated the configuration, in ISO 8601 format.

RequestedProvisionedConcurrentExecutions?: number

The amount of provisioned concurrency requested.

Status?: string

The status of the allocation process.

StatusReason?: string

For failed allocations, the reason that provisioned concurrency could not be allocated.