AccountLimit

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum size of a function's deployment package and layers when they're extracted.

Link copied to clipboard

The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.

Link copied to clipboard

The maximum number of simultaneous function executions.

Link copied to clipboard

The amount of storage space that you can use for all deployment packages and layer archives.

Link copied to clipboard

The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

Functions

Link copied to clipboard
inline fun copy(block: AccountLimit.Builder.() -> Unit = {}): AccountLimit
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String