Interface ILambdaDeploymentConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ILambdaDeploymentConfig.Jsii$Default
- All Known Implementing Classes:
CustomLambdaDeploymentConfig
,ILambdaDeploymentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:46.372Z")
@Stability(Stable)
public interface ILambdaDeploymentConfig
extends software.amazon.jsii.JsiiSerializable
The Deployment Configuration of a Lambda Deployment Group.
The default, pre-defined Configurations are available as constants on the LambdaDeploymentConfig
class
(`LambdaDeploymentConfig.AllAtOnce`, `LambdaDeploymentConfig.Canary10Percent30Minutes`, etc.).
Note: CloudFormation does not currently support creating custom lambda configs outside
of using a custom resource. You can import custom deployment config created outside the
CDK or via a custom resource with
}.invalid @link
{@link LambdaDeploymentConfig#import
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILambdaDeploymentConfig
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeploymentConfigArn
-
getDeploymentConfigName
-