@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.460Z") @Stability(value=Stable) public interface LambdaDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentGroupAttributes.Builder
A builder for
LambdaDeploymentGroupAttributes |
static class |
LambdaDeploymentGroupAttributes.Jsii$Proxy
An implementation for
LambdaDeploymentGroupAttributes |
| 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.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Lambda Deployment Group that we are referencing.
|
@Stability(value=Stable) ILambdaApplication getApplication()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) ILambdaDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) static LambdaDeploymentGroupAttributes.Builder builder()
Copyright © 2019. All rights reserved.