class Aws::Lambda::Types::ProvisionedConcurrencyConfigListItem
Details about the provisioned concurrency configuration for a function alias or version.
@!attribute [rw] function_arn
The Amazon Resource Name (ARN) of the alias or version. @return [String]
@!attribute [rw] requested_provisioned_concurrent_executions
The amount of provisioned concurrency requested. @return [Integer]
@!attribute [rw] available_provisioned_concurrent_executions
The amount of provisioned concurrency available. @return [Integer]
@!attribute [rw] allocated_provisioned_concurrent_executions
The amount of provisioned concurrency allocated. @return [Integer]
@!attribute [rw] status
The status of the allocation process. @return [String]
@!attribute [rw] status_reason
For failed allocations, the reason that provisioned concurrency could not be allocated. @return [String]
@!attribute [rw] last_modified
The date and time that a user last updated the configuration, in [ISO 8601 format][1]. [1]: https://www.iso.org/iso-8601-date-and-time-format.html @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ProvisionedConcurrencyConfigListItem AWS API Documentation
Constants
- SENSITIVE