Skip to content

Lambda  >  Structures  >  LambdaManagedInstancesCapacityProviderConfig

LambdaManagedInstancesCapacityProviderConfig

Structure Class

LambdaManagedInstancesCapacityProviderConfig dataclass

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

Attributes

capacity_provider_arn instance-attribute
capacity_provider_arn: str

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

execution_environment_memory_gi_b_per_v_cpu class-attribute instance-attribute
execution_environment_memory_gi_b_per_v_cpu: float | None = None

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

per_execution_environment_max_concurrency class-attribute instance-attribute
per_execution_environment_max_concurrency: int | None = None

The maximum number of concurrent execution environments that can run on each compute instance.