Uses of Interface
software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig
Packages that use ILambdaDeploymentConfig
-
Uses of ILambdaDeploymentConfig in software.amazon.awscdk.services.codedeploy
Subinterfaces of ILambdaDeploymentConfig in software.amazon.awscdk.services.codedeployModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILambdaDeploymentConfig.Classes in software.amazon.awscdk.services.codedeploy that implement ILambdaDeploymentConfigModifier and TypeClassDescriptionclassDeprecated.CloudFormation now supports Lambda deployment configurations without custom resources.static final classA proxy class which represents a concrete javascript instance of this type.classA custom Deployment Configuration for a Lambda Deployment Group.Fields in software.amazon.awscdk.services.codedeploy declared as ILambdaDeploymentConfigModifier and TypeFieldDescriptionstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.ALL_AT_ONCECodeDeploy predefined deployment configuration that shifts all traffic to the updated Lambda function at once.static final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_10_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic in the first increment.static final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_15_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic in the first increment.static final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_30_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic in the first increment.static final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_5_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic in the first increment.static final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_1_MINUTECodeDeploy predefined deployment configuration that shifts 10 percent of traffic every minute until all traffic is shifted.static final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_10_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic every 10 minutes until all traffic is shifted.static final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_2_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic every two minutes until all traffic is shifted.static final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_3_MINUTESCodeDeploy predefined deployment configuration that shifts 10 percent of traffic every three minutes until all traffic is shifted.Methods in software.amazon.awscdk.services.codedeploy that return ILambdaDeploymentConfigModifier and TypeMethodDescriptionstatic ILambdaDeploymentConfigLambdaDeploymentConfig.doImport(software.constructs.Construct _scope, String _id, LambdaDeploymentConfigImportProps props) Deprecated.usefromLambdaDeploymentConfigNamestatic ILambdaDeploymentConfigLambdaDeploymentConfig.fromLambdaDeploymentConfigName(software.constructs.Construct scope, String id, String lambdaDeploymentConfigName) Import a Deployment Configuration for a Lambda Deployment Group defined outside the CDK.ILambdaDeploymentGroup.getDeploymentConfig()The Deployment Configuration this Group uses.default ILambdaDeploymentConfigILambdaDeploymentGroup.Jsii$Default.getDeploymentConfig()The Deployment Configuration this Group uses.final ILambdaDeploymentConfigILambdaDeploymentGroup.Jsii$Proxy.getDeploymentConfig()The Deployment Configuration this Group uses.LambdaDeploymentGroup.getDeploymentConfig()The Deployment Configuration this Group uses.default ILambdaDeploymentConfigLambdaDeploymentGroupAttributes.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final ILambdaDeploymentConfigLambdaDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()default ILambdaDeploymentConfigLambdaDeploymentGroupProps.getDeploymentConfig()The Deployment Configuration this Deployment Group uses.final ILambdaDeploymentConfigLambdaDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()Methods in software.amazon.awscdk.services.codedeploy with parameters of type ILambdaDeploymentConfigModifier and TypeMethodDescriptionLambdaDeploymentGroup.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig) The Deployment Configuration this Deployment Group uses.LambdaDeploymentGroupAttributes.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig) Sets the value ofLambdaDeploymentGroupAttributes.getDeploymentConfig()LambdaDeploymentGroupProps.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig) Sets the value ofLambdaDeploymentGroupProps.getDeploymentConfig()