ILambdaDeploymentConfig

class aws_cdk.aws_codedeploy.ILambdaDeploymentConfig(*args, **kwds)

Bases: Protocol

The Deployment Configuration of a Lambda Deployment Group.

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

Note: CloudFormation does not currently support creating custom lambda configs outside of using a custom resource. You can import custom deployment config created outside the CDK or via a custom resource with {@link LambdaDeploymentConfig#import}.

Attributes

deployment_config_arn
deployment_config_name