@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-21T20:56:32.667Z") @Stability(value=Stable) public interface LambdaDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
Example:
LambdaApplication application;
ILambdaDeploymentGroup deploymentGroup = LambdaDeploymentGroup.fromLambdaDeploymentGroupAttributes(this, "ExistingCodeDeployDeploymentGroup", LambdaDeploymentGroupAttributes.builder()
.application(application)
.deploymentGroupName("MyExistingDeploymentGroup")
.build());
| 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 © 2022. All rights reserved.