@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-22T09:50:16.080Z") @Stability(value=Stable) public interface ILambdaDeploymentGroup extends software.amazon.jsii.JsiiSerializable, 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.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Group uses.
|
String |
getDeploymentGroupArn()
The ARN of this Deployment Group.
|
String |
getDeploymentGroupName()
The physical name of the CodeDeploy Deployment Group.
|
getNode@Stability(value=Stable) @NotNull ILambdaApplication getApplication()
@Stability(value=Stable) @NotNull ILambdaDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) @NotNull String getDeploymentGroupArn()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
Copyright © 2020. All rights reserved.