@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.836Z") public class LambdaDeploymentConfig extends software.amazon.jsii.JsiiObject
cdk.Construct| Modifier and Type | Field and Description |
|---|---|
static ILambdaDeploymentConfig |
ALL_AT_ONCE |
static ILambdaDeploymentConfig |
CANARY10_PERCENT10_MINUTES |
static ILambdaDeploymentConfig |
CANARY10_PERCENT15_MINUTES |
static ILambdaDeploymentConfig |
CANARY10_PERCENT30_MINUTES |
static ILambdaDeploymentConfig |
CANARY10_PERCENT5_MINUTES |
static ILambdaDeploymentConfig |
LINEAR10_PERCENT_EVERY1_MINUTE |
static ILambdaDeploymentConfig |
LINEAR10_PERCENT_EVERY10_MINUTES |
static ILambdaDeploymentConfig |
LINEAR10_PERCENT_EVERY2_MINUTES |
static ILambdaDeploymentConfig |
LINEAR10_PERCENT_EVERY3_MINUTES |
| Modifier | Constructor and Description |
|---|---|
protected |
LambdaDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static ILambdaDeploymentConfig |
import_(software.amazon.awscdk.Construct scope,
String id,
LambdaDeploymentConfigImportProps props)
Import a custom Deployment Configuration for a Lambda Deployment Group defined outside the CDK.
|
public static final ILambdaDeploymentConfig ALL_AT_ONCE
public static final ILambdaDeploymentConfig CANARY10_PERCENT10_MINUTES
public static final ILambdaDeploymentConfig CANARY10_PERCENT15_MINUTES
public static final ILambdaDeploymentConfig CANARY10_PERCENT30_MINUTES
public static final ILambdaDeploymentConfig CANARY10_PERCENT5_MINUTES
public static final ILambdaDeploymentConfig LINEAR10_PERCENT_EVERY10_MINUTES
public static final ILambdaDeploymentConfig LINEAR10_PERCENT_EVERY1_MINUTE
public static final ILambdaDeploymentConfig LINEAR10_PERCENT_EVERY2_MINUTES
public static final ILambdaDeploymentConfig LINEAR10_PERCENT_EVERY3_MINUTES
protected LambdaDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode)
public static ILambdaDeploymentConfig import_(software.amazon.awscdk.Construct scope, String id, LambdaDeploymentConfigImportProps props)
scope - the parent Construct for this new Constructid - the logical ID of this new Constructprops - the properties of the referenced custom Deployment ConfigurationCopyright © 2019. All rights reserved.