@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.579Z") @Stability(value=Experimental) public class LambdaDeploymentConfig extends software.amazon.jsii.JsiiObject
Note: This class currently stands as namespaced container of the default configurations until CloudFormation supports custom Lambda Deployment Configs. Until then it is closed (private constructor) and does not extend {@link 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.constructs.Construct _scope,
String _id,
LambdaDeploymentConfigImportProps props)
(experimental) Import a custom Deployment Configuration for a Lambda Deployment Group defined outside the CDK.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final ILambdaDeploymentConfig ALL_AT_ONCE
@Stability(value=Experimental) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_10_MINUTES
@Stability(value=Experimental) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_15_MINUTES
@Stability(value=Experimental) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_30_MINUTES
@Stability(value=Experimental) public static final ILambdaDeploymentConfig CANARY_10_PERCENT_5_MINUTES
@Stability(value=Experimental) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_10_MINUTES
@Stability(value=Experimental) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_1_MINUTE
@Stability(value=Experimental) public static final ILambdaDeploymentConfig LINEAR_10_PERCENT_EVERY_2_MINUTES
@Stability(value=Experimental) 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=Experimental) @NotNull public static ILambdaDeploymentConfig doImport(@NotNull software.constructs.Construct _scope, @NotNull String _id, @NotNull 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 © 2021. All rights reserved.