@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.954Z") @Stability(value=Experimental) public interface ILambdaDeploymentGroup extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.IResource
| 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 |
|---|---|
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.
|
@Stability(value=Experimental) ILambdaApplication getApplication()
@Stability(value=Experimental) String getDeploymentGroupArn()
@Stability(value=Experimental) String getDeploymentGroupName()
Copyright © 2019. All rights reserved.