Show / Hide Table of Contents

Interface ILambdaDeploymentConfig

The Deployment Configuration of a Lambda Deployment Group.

Inherited Members
IBaseDeploymentConfig.DeploymentConfigArn
IBaseDeploymentConfig.DeploymentConfigName
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaDeploymentConfig : IBaseDeploymentConfig
Syntax (vb)
Public Interface ILambdaDeploymentConfig Inherits IBaseDeploymentConfig
Remarks

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.).

Synopsis

Back to top Generated by DocFX