class Aws::Lambda::Types::AccountLimit
Limits that are related to concurrency and storage. All file and storage sizes are in bytes.
@!attribute [rw] total_code_size
The amount of storage space that you can use for all deployment packages and layer archives. @return [Integer]
@!attribute [rw] code_size_unzipped
The maximum size of a function's deployment package and layers when they're extracted. @return [Integer]
@!attribute [rw] code_size_zipped
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files. @return [Integer]
@!attribute [rw] concurrent_executions
The maximum number of simultaneous function executions. @return [Integer]
@!attribute [rw] unreserved_concurrent_executions
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AccountLimit AWS API Documentation
Constants
- SENSITIVE