| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILambdaApplication.Jsii$Default
Internal default implementation for
ILambdaApplication. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILambdaApplication.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LambdaApplication
(experimental) A CodeDeploy Application that deploys to an AWS Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
static ILambdaApplication |
LambdaApplication.fromLambdaApplicationName(software.constructs.Construct scope,
String id,
String lambdaApplicationName)
(experimental) Import an Application defined either outside the CDK, or in a different CDK Stack.
|
ILambdaApplication |
LambdaDeploymentGroup.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
default ILambdaApplication |
LambdaDeploymentGroupProps.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupProps.Jsii$Proxy.getApplication() |
ILambdaApplication |
ILambdaDeploymentGroup.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
ILambdaDeploymentGroup.Jsii$Proxy.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
default ILambdaApplication |
ILambdaDeploymentGroup.Jsii$Default.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupAttributes.getApplication()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupAttributes.Jsii$Proxy.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.application(ILambdaApplication application)
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.application(ILambdaApplication application)
Sets the value of
LambdaDeploymentGroupProps.getApplication() |
LambdaDeploymentGroupAttributes.Builder |
LambdaDeploymentGroupAttributes.Builder.application(ILambdaApplication application)
Sets the value of
LambdaDeploymentGroupAttributes.getApplication() |
| 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.