ILambdaDeploymentConfig¶
-
class
aws_cdk.aws_codedeploy.
ILambdaDeploymentConfig
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
The Deployment Configuration of a Lambda Deployment Group.
The default, pre-defined Configurations are available as constants on the {@link 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 {@link LambdaDeploymentConfig#import}.
Attributes
-
deployment_config_arn
¶ - Return type
str
-
deployment_config_name
¶ - Return type
str
-