@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-21T20:56:32.656Z") @Stability(value=Stable) 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()
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.
|
applyRemovalPolicy, getEnv, getStackgetNode@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 © 2022. All rights reserved.