| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILambdaDeploymentConfig.Jsii$Default
Internal default implementation for
ILambdaDeploymentConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLambdaDeploymentConfig
(experimental) A custom Deployment Configuration for a Lambda Deployment Group.
|
static class |
ILambdaDeploymentConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.ALL_AT_ONCE |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY_10_PERCENT_10_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY_10_PERCENT_15_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY_10_PERCENT_30_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.CANARY_10_PERCENT_5_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_1_MINUTE |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_10_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_2_MINUTES |
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.LINEAR_10_PERCENT_EVERY_3_MINUTES |
| Modifier and Type | Method and Description |
|---|---|
static ILambdaDeploymentConfig |
LambdaDeploymentConfig.doImport(software.constructs.Construct _scope,
String _id,
LambdaDeploymentConfigImportProps props)
(experimental) Import a custom Deployment Configuration for a Lambda Deployment Group defined outside the CDK.
|
ILambdaDeploymentConfig |
LambdaDeploymentGroup.getDeploymentConfig()
(experimental) The Deployment Configuration this Group uses.
|
default ILambdaDeploymentConfig |
LambdaDeploymentGroupProps.getDeploymentConfig()
(experimental) The Deployment Configuration this Deployment Group uses.
|
ILambdaDeploymentConfig |
LambdaDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig() |
ILambdaDeploymentConfig |
ILambdaDeploymentGroup.getDeploymentConfig()
(experimental) The Deployment Configuration this Group uses.
|
ILambdaDeploymentConfig |
ILambdaDeploymentGroup.Jsii$Proxy.getDeploymentConfig()
(experimental) The Deployment Configuration this Group uses.
|
default ILambdaDeploymentConfig |
ILambdaDeploymentGroup.Jsii$Default.getDeploymentConfig()
(experimental) The Deployment Configuration this Group uses.
|
default ILambdaDeploymentConfig |
LambdaDeploymentGroupAttributes.getDeploymentConfig()
(experimental) The Deployment Configuration this Deployment Group uses.
|
ILambdaDeploymentConfig |
LambdaDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
(experimental) The Deployment Configuration this Deployment Group uses.
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
Sets the value of
LambdaDeploymentGroupProps.getDeploymentConfig() |
LambdaDeploymentGroupAttributes.Builder |
LambdaDeploymentGroupAttributes.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
Sets the value of
LambdaDeploymentGroupAttributes.getDeploymentConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(Alias alias,
List<? extends IAlarm> alarms,
ILambdaApplication application,
AutoRollbackConfig autoRollback,
ILambdaDeploymentConfig deploymentConfig,
String deploymentGroupName,
Boolean ignorePollAlarmsFailure,
IFunction postHook,
IFunction preHook,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LambdaDeploymentGroupProps.Builder. |
Jsii$Proxy(ILambdaApplication application,
String deploymentGroupName,
ILambdaDeploymentConfig deploymentConfig)
Constructor that initializes the object based on literal property values passed by the
LambdaDeploymentGroupAttributes.Builder. |
Copyright © 2021. All rights reserved.