@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.959Z") @Stability(value=Experimental) public interface LambdaDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
ILambdaDeploymentGroup#export| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentGroupAttributes.Builder
A builder for
LambdaDeploymentGroupAttributes |
static class |
LambdaDeploymentGroupAttributes.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaDeploymentGroupAttributes.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.
|
@Stability(value=Experimental) ILambdaApplication getApplication()
@Stability(value=Experimental) String getDeploymentGroupName()
@Stability(value=Experimental) static LambdaDeploymentGroupAttributes.Builder builder()
Copyright © 2019. All rights reserved.