| 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 |
|---|---|
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 |
LambdaDeploymentGroupImportProps.getApplication()
The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.
|
ILambdaApplication |
LambdaDeploymentGroupImportProps.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.
|
static ILambdaApplication |
LambdaApplication.import_(software.amazon.awscdk.Construct scope,
String id,
LambdaApplicationImportProps props)
Import an Application defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaDeploymentGroupImportProps.setApplication(ILambdaApplication value)
The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.
|
void |
LambdaDeploymentGroupImportProps.Jsii$Proxy.setApplication(ILambdaApplication value)
The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.
|
LambdaDeploymentGroupImportProps.Builder |
LambdaDeploymentGroupImportProps.Builder.withApplication(ILambdaApplication value)
Sets the value of Application
|
Copyright © 2019. All rights reserved.