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 TypeClassDescriptionclassA custom Deployment Configuration for a Lambda Deployment Group.static final classA proxy class which represents a concrete javascript instance of this type.Fields in software.amazon.awscdk.services.codedeploy declared as ILambdaDeploymentConfigModifier and TypeFieldDescriptionstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.ALL_AT_ONCEstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_10_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_15_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_30_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.CANARY_10_PERCENT_5_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_1_MINUTEstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_10_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_2_MINUTESstatic final ILambdaDeploymentConfigLambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_3_MINUTESMethods in software.amazon.awscdk.services.codedeploy that return ILambdaDeploymentConfigModifier and TypeMethodDescriptionstatic ILambdaDeploymentConfigLambdaDeploymentConfig.doImport(software.constructs.Construct _scope, String _id, LambdaDeploymentConfigImportProps props) Import a custom 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()