AWS CodeDeploy Construct Library
-
CustomLambdaDeploymentConfig.Builder.create(software.constructs.Construct scope,
String id)
The verbatim name of the deployment config.
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.
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.
The type of deployment config, either CANARY or LINEAR.