| 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(software.amazon.awscdk.core.Construct scope,
String id,
String lambdaApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack.
|
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.
|
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 |
LambdaDeploymentGroupProps.getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupProps.Jsii$Proxy.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupAttributes.Builder |
LambdaDeploymentGroupAttributes.Builder.application(ILambdaApplication application)
Sets the value of Application
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.application(ILambdaApplication application)
Sets the value of Application
|
Copyright © 2019. All rights reserved.