Interface ILambdaDeploymentConfig

All Superinterfaces:
IBaseDeploymentConfig, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ILambdaDeploymentConfig.Jsii$Default
All Known Implementing Classes:
CustomLambdaDeploymentConfig, ILambdaDeploymentConfig.Jsii$Proxy, LambdaDeploymentConfig

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:27.155Z") @Stability(Stable) public interface ILambdaDeploymentConfig extends software.amazon.jsii.JsiiSerializable, IBaseDeploymentConfig
The Deployment Configuration of a Lambda Deployment Group.

If you're managing the Deployment Configuration alongside the rest of your CDK resources, use the LambdaDeploymentConfig class.

If you want to reference an already existing deployment configuration, or one defined in a different CDK Stack, use the LambdaDeploymentConfig#fromLambdaDeploymentConfigName method.

The default, pre-defined Configurations are available as constants on the LambdaDeploymentConfig class (LambdaDeploymentConfig.AllAtOnce, LambdaDeploymentConfig.Canary10Percent30Minutes, etc.).