public static final class ILambdaDeploymentGroup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ILambdaDeploymentGroup
software.amazon.jsii.JsiiObject.InitializationModeILambdaDeploymentGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| 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.
|
List<software.amazon.awscdk.IConstruct> |
getDependencyRoots()
The set of constructs that form the root of this dependable
All resources under all returned constructs are included in the ordering
dependency.
|
String |
getDeploymentGroupArn()
The ARN of this Deployment Group.
|
String |
getDeploymentGroupName()
The physical name of the CodeDeploy Deployment Group.
|
software.amazon.awscdk.ConstructNode |
getNode()
The construct node in the scope tree.
|
protected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ILambdaApplication getApplication()
getApplication in interface ILambdaDeploymentGrouppublic String getDeploymentGroupArn()
getDeploymentGroupArn in interface ILambdaDeploymentGrouppublic String getDeploymentGroupName()
getDeploymentGroupName in interface ILambdaDeploymentGrouppublic software.amazon.awscdk.ConstructNode getNode()
getNode in interface software.amazon.awscdk.IConstructpublic List<software.amazon.awscdk.IConstruct> getDependencyRoots()
getDependencyRoots in interface software.amazon.awscdk.IDependablepublic LambdaDeploymentGroupImportProps export()
export in interface ILambdaDeploymentGroupCopyright © 2019. All rights reserved.