AWS::Lambda::Function LambdaManagedInstancesCapacityProviderConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lambda::Function LambdaManagedInstancesCapacityProviderConfig

Configuration for Lambda-managed instances used by the capacity provider.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

CapacityProviderArn

The Amazon Resource Name (ARN) of the capacity provider.

Required: Yes

Type: String

Pattern: ^arn:aws[a-zA-Z-]*:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:capacity-provider:[a-zA-Z0-9-_]+$

Minimum: 1

Maximum: 140

Update requires: No interruption

ExecutionEnvironmentMemoryGiBPerVCpu

The amount of memory in GiB allocated per vCPU for execution environments.

Required: No

Type: Number

Minimum: 2

Maximum: 8

Update requires: No interruption

PerExecutionEnvironmentMaxConcurrency

The maximum number of concurrent executions that can run on each execution environment.

Required: No

Type: Integer

Minimum: 1

Maximum: 1600

Update requires: No interruption