| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.create(software.constructs.Construct scope,
String id) |
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.deploymentConfigName(String deploymentConfigName)
(experimental) The verbatim name of the deployment config.
|
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.interval(Duration interval)
(experimental) The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
|
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.percentage(Number percentage)
(experimental) The 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.
|
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.type(CustomLambdaDeploymentConfigType type)
(experimental) The type of deployment config, either CANARY or LINEAR.
|
Copyright © 2021. All rights reserved.