AWS::Lambda::Function LambdaManagedInstancesCapacityProviderConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::Lambda::Function LambdaManagedInstancesCapacityProviderConfig

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

Syntax

To declare this entity in your Amazon 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