@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.459Z") @Stability(value=Stable) public class LambdaDeploymentConfig extends software.amazon.jsii.JsiiObject
cdk.Construct| Modifier and Type | Field and Description |
|---|---|
static ILambdaDeploymentConfig |
ALL_AT_ONCE |
static ILambdaDeploymentConfig |
CANARY_10_PERCENT_10_MINUTES |
static ILambdaDeploymentConfig |
CANARY_10_PERCENT_15_MINUTES |
static ILambdaDeploymentConfig |
CANARY_10_PERCENT_30_MINUTES |
static ILambdaDeploymentConfig |
CANARY_10_PERCENT_5_MINUTES |
static ILambdaDeploymentConfig |
LINEAR_10_PERCENT_EVERY_1_MINUTE |
static ILambdaDeploymentConfig |
LINEAR_10_PERCENT_EVERY_10_MINUTES |
static ILambdaDeploymentConfig |
LINEAR_10_PERCENT_EVERY_2_MINUTES |
static ILambdaDeploymentConfig |
LINEAR_10_PERCENT_EVERY_3_MINUTES |
| Modifier | Constructor and Description |
|---|---|
protected |
LambdaDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ILambdaDeploymentConfig |
doImport(software.amazon.awscdk.core.Construct _scope,
String _id,
LambdaDeploymentConfigImportProps props)
Import a custom Deployment Configuration for a Lambda Deployment Group defined outside the CDK.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=Stable) public static final ILambdaDeploymentConfig ALL_AT_ONCE
@Stability(value=Stable) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_10_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_15_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_30_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_5_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_10_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_1_MINUTE
@Stability(value=Stable) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_2_MINUTES
@Stability(value=Stable) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_3_MINUTES
protected LambdaDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static ILambdaDeploymentConfig doImport(software.amazon.awscdk.core.Construct _scope, String _id, LambdaDeploymentConfigImportProps props)
_scope - the parent Construct for this new Construct. This parameter is required._id - the logical ID of this new Construct. This parameter is required.props - the properties of the referenced custom Deployment Configuration. This parameter is required.Copyright © 2019. All rights reserved.