@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.837Z") public interface LambdaDeploymentGroupImportProps extends software.amazon.jsii.JsiiSerializable
ILambdaDeploymentGroup.export()| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentGroupImportProps.Builder
A builder for
LambdaDeploymentGroupImportProps |
static class |
LambdaDeploymentGroupImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaDeploymentGroupImportProps.Builder |
builder() |
ILambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Lambda Deployment Group
that we are referencing.
|
void |
setApplication(ILambdaApplication value)
The reference to the CodeDeploy Lambda Application
that this Deployment Group belongs to.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy Lambda Deployment Group
that we are referencing.
|
ILambdaApplication getApplication()
void setApplication(ILambdaApplication value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
static LambdaDeploymentGroupImportProps.Builder builder()
Copyright © 2019. All rights reserved.