deployment_config_type
Set of rules and success and failure conditions used by CodeDeploy during a deployment
See
https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html
Values
• ALL_AT_ONCE = CodeDeployDefault.AllAtOnce
• HALF_AT_A_TIME = CodeDeployDefault.HalfAtATime
• LAMBDA_ALL_AT_ONCE = CodeDeployDefault.LambdaAllAtOnce
• LAMBDA_CANARY_10 = CodeDeployDefault.LambdaCanary10Percent10Minutes
• LAMBDA_CANARY_15 = CodeDeployDefault.LambdaCanary10Percent15Minutes
• LAMBDA_CANARY_30 = CodeDeployDefault.LambdaCanary10Percent30Minutes
• LAMBDA_CANARY_5 = CodeDeployDefault.LambdaCanary10Percent5Minutes
• LAMBDA_LINEAR_1 = CodeDeployDefault.LambdaLinear10Percent1Minute
• LAMBDA_LINEAR_10 = CodeDeployDefault.LambdaLinear10Percent10Minutes
• LAMBDA_LINEAR_2 = CodeDeployDefault.LambdaLinear10Percent2Minutes
• LAMBDA_LINEAR_3 = CodeDeployDefault.LambdaLinear10Percent3Minutes
• ONE_AT_A_TIME = CodeDeployDefault.OneAtATime