Struct aws_sdk_lambda::model::account_limit::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AccountLimit
Implementations
The amount of storage space that you can use for all deployment packages and layer archives.
The amount of storage space that you can use for all deployment packages and layer archives.
The maximum size of a function's deployment package and layers when they're extracted.
The maximum size of a function's deployment package and layers when they're extracted.
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
The maximum number of simultaneous function executions.
The maximum number of simultaneous function executions.
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
Consumes the builder and constructs a AccountLimit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more