@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-30T10:27:18.089Z") @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.
|
default 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) @NotNull ILambdaApplication getApplication()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
@Stability(value=Stable) @Nullable default ILambdaDeploymentConfig getDeploymentConfig()
Default: LambdaDeploymentConfig.CANARY_10PERCENT_5MINUTES
@Stability(value=Stable) static LambdaDeploymentGroupAttributes.Builder builder()
Copyright © 2020. All rights reserved.