FunctionCapacityProviderConfigLambdaManagedInstancesCapacityProviderConfig constructor

const FunctionCapacityProviderConfigLambdaManagedInstancesCapacityProviderConfig({
  1. required Input<String> capacityProviderArn,
  2. Input<double?>? executionEnvironmentMemoryGibPerVcpu,
  3. Input<int?>? perExecutionEnvironmentMaxConcurrency,
})

Creates a new FunctionCapacityProviderConfigLambdaManagedInstancesCapacityProviderConfig. capacityProviderArn ARN of the Capacity Provider. executionEnvironmentMemoryGibPerVcpu Memory GiB per vCPU for the execution environment. perExecutionEnvironmentMaxConcurrency Maximum concurrency per execution environment.

Implementation

const FunctionCapacityProviderConfigLambdaManagedInstancesCapacityProviderConfig({
  required this.capacityProviderArn,
  this.executionEnvironmentMemoryGibPerVcpu,
  this.perExecutionEnvironmentMaxConcurrency,
});