| Modifier and Type | Class and Description |
|---|---|
static class |
ILambdaDeploymentConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.ALL_AT_ONCE |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY10_PERCENT10_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY10_PERCENT15_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY10_PERCENT30_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY10_PERCENT5_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR10_PERCENT_EVERY1_MINUTE |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR10_PERCENT_EVERY10_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR10_PERCENT_EVERY2_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR10_PERCENT_EVERY3_MINUTES |
| Modifier and Type | Method and Description |
|---|---|
ILambdaDeploymentConfig |
LambdaDeploymentGroupProps.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
ILambdaDeploymentConfig |
LambdaDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.import_(software.amazon.awscdk.Construct scope,
String id,
LambdaDeploymentConfigImportProps props)
Import a custom Deployment Configuration for a Lambda Deployment Group defined outside the CDK.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaDeploymentGroupProps.setDeploymentConfig(ILambdaDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
LambdaDeploymentGroupProps.Jsii$Proxy.setDeploymentConfig(ILambdaDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.withDeploymentConfig(ILambdaDeploymentConfig value)
Sets the value of DeploymentConfig
|
Copyright © 2019. All rights reserved.