| 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
A CodeDeploy Application that deploys to an AWS Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
static ILambdaApplication |
LambdaApplication.fromLambdaApplicationName(Construct scope,
String id,
String lambdaApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack.
|
default ILambdaApplication |
LambdaDeploymentGroupProps.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupProps.Jsii$Proxy.getApplication() |
ILambdaApplication |
LambdaDeploymentGroup.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupAttributes.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupAttributes.Jsii$Proxy.getApplication() |
ILambdaApplication |
ILambdaDeploymentGroup.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
ILambdaDeploymentGroup.Jsii$Proxy.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.application(ILambdaApplication application)
Sets the value of
LambdaDeploymentGroupProps.getApplication() |
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.application(ILambdaApplication application)
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
LambdaDeploymentGroupAttributes.Builder |
LambdaDeploymentGroupAttributes.Builder.application(ILambdaApplication application)
Sets the value of
LambdaDeploymentGroupAttributes.getApplication() |
Copyright © 2020. All rights reserved.