A custom Deployment Configuration for a Lambda Deployment Group.
import { CustomLambdaDeploymentConfig } from 'aws-cdk-lib/aws-codedeploy';Or use the module namespace:
import * as codedeploy from 'aws-cdk-lib/aws-codedeploy';
// codedeploy.CustomLambdaDeploymentConfigConfiguration passed to the constructor as CustomLambdaDeploymentConfigProps.
intervalRequiredDeprecatedDurationThe interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
Deprecated: Use `LambdaDeploymentConfig`
percentageRequiredDeprecatednumberThe integer percentage of traffic to shift: - For LINEAR, the percentage to shift every interval - For CANARY, the percentage to shift until the interval passes, before the full deployment.
Deprecated: Use `LambdaDeploymentConfig`
typeRequiredDeprecatedCustomLambdaDeploymentConfigTypeThe type of deployment config, either CANARY or LINEAR.
Deprecated: Use `LambdaDeploymentConfig`
deploymentConfigNameOptionalDeprecatedstringThe verbatim name of the deployment config. Must be unique per account/region. Other parameters cannot be updated if this name is provided.
Default: - automatically generated name
Deprecated: Use `LambdaDeploymentConfig`
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codedeploy