Uses of Interface
software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig
-
Uses of ILambdaDeploymentConfig in software.amazon.awscdk.services.codedeploy
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILambdaDeploymentConfig
.Modifier and TypeClassDescriptionclass
A custom Deployment Configuration for a Lambda Deployment Group.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeFieldDescriptionstatic final ILambdaDeploymentConfig
LambdaDeploymentConfig.ALL_AT_ONCE
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.CANARY_10_PERCENT_10_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.CANARY_10_PERCENT_15_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.CANARY_10_PERCENT_30_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.CANARY_10_PERCENT_5_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_1_MINUTE
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_10_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_2_MINUTES
static final ILambdaDeploymentConfig
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_3_MINUTES
Modifier and TypeMethodDescriptionstatic ILambdaDeploymentConfig
LambdaDeploymentConfig.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 ILambdaDeploymentConfig
ILambdaDeploymentGroup.Jsii$Default.getDeploymentConfig()
The Deployment Configuration this Group uses.final ILambdaDeploymentConfig
ILambdaDeploymentGroup.Jsii$Proxy.getDeploymentConfig()
The Deployment Configuration this Group uses.LambdaDeploymentGroup.getDeploymentConfig()
The Deployment Configuration this Group uses.default ILambdaDeploymentConfig
LambdaDeploymentGroupAttributes.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.final ILambdaDeploymentConfig
LambdaDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()
default ILambdaDeploymentConfig
LambdaDeploymentGroupProps.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.final ILambdaDeploymentConfig
LambdaDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()
Modifier 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()