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.102.0 (build e354887)",
date="2024-09-06T01:36:25.214Z")
@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.).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILambdaDeploymentConfig
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.awscdk.services.codedeploy.IBaseDeploymentConfig
getDeploymentConfigArn, getDeploymentConfigName
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson