@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.362Z") @Stability(value=Experimental) public interface ILambdaDeploymentGroup extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILambdaDeploymentGroup.Jsii$Default
Internal default implementation for
ILambdaDeploymentGroup. |
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()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
(experimental) The Deployment Configuration this Group uses.
|
String |
getDeploymentGroupArn()
(experimental) The ARN of this Deployment Group.
|
String |
getDeploymentGroupName()
(experimental) The physical name of the CodeDeploy Deployment Group.
|
@Stability(value=Experimental) @NotNull ILambdaApplication getApplication()
@Stability(value=Experimental) @NotNull ILambdaDeploymentConfig getDeploymentConfig()
@Stability(value=Experimental) @NotNull String getDeploymentGroupArn()
@Stability(value=Experimental) @NotNull String getDeploymentGroupName()
Copyright © 2021. All rights reserved.