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
}.
  • Method Details

    • getDeploymentConfigArn

      @Stability(Stable) @NotNull String getDeploymentConfigArn()
    • getDeploymentConfigName

      @Stability(Stable) @NotNull String getDeploymentConfigName()