@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.833Z") public interface ILambdaDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.IConstruct
| Modifier and Type | Interface and Description |
|---|---|
static class |
ILambdaDeploymentGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupImportProps |
export()
Export this Deployment Group for use in another stack or application.
|
ILambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
String |
getDeploymentGroupArn()
The ARN of this Deployment Group.
|
String |
getDeploymentGroupName()
The physical name of the CodeDeploy Deployment Group.
|
ILambdaApplication getApplication()
String getDeploymentGroupArn()
String getDeploymentGroupName()
LambdaDeploymentGroupImportProps export()
Copyright © 2019. All rights reserved.