@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.589Z") @Stability(value=Experimental) 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()
(experimental) The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
default ILambdaDeploymentConfig |
getDeploymentConfig()
(experimental) The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
(experimental) The physical, human-readable name of the CodeDeploy Lambda Deployment Group that we are referencing.
|
@Stability(value=Experimental) @NotNull ILambdaApplication getApplication()
@Stability(value=Experimental) @NotNull String getDeploymentGroupName()
@Stability(value=Experimental) @Nullable default ILambdaDeploymentConfig getDeploymentConfig()
Default: LambdaDeploymentConfig.CANARY_10PERCENT_5MINUTES
@Stability(value=Experimental) static LambdaDeploymentGroupAttributes.Builder builder()
Copyright © 2021. All rights reserved.