Interface CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Jsii$Proxy
Enclosing class:
CfnFunctionPropsMixin

@Stability(Stable) public static interface CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for Lambda-managed instances used by the capacity provider.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.lambda.*;
 LambdaManagedInstancesCapacityProviderConfigProperty lambdaManagedInstancesCapacityProviderConfigProperty = LambdaManagedInstancesCapacityProviderConfigProperty.builder()
         .capacityProviderArn("capacityProviderArn")
         .executionEnvironmentMemoryGiBPerVCpu(123)
         .perExecutionEnvironmentMaxConcurrency(123)
         .build();
 

See Also: