@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.735Z") @Stability(value=Stable) public interface CfnCodeDeployLambdaAliasUpdate extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCodeDeployLambdaAliasUpdate.Builder
A builder for
CfnCodeDeployLambdaAliasUpdate |
static class |
CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
An implementation for
CfnCodeDeployLambdaAliasUpdate |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployLambdaAliasUpdate.Builder |
builder() |
default String |
getAfterAllowTrafficHook()
The name of the Lambda function to run after traffic routing completes.
|
String |
getApplicationName()
The name of the AWS CodeDeploy application.
|
default String |
getBeforeAllowTrafficHook()
The name of the Lambda function to run before traffic routing starts.
|
String |
getDeploymentGroupName()
The name of the AWS CodeDeploy deployment group.
|
@Stability(value=Stable) String getApplicationName()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) default String getAfterAllowTrafficHook()
@Stability(value=Stable) default String getBeforeAllowTrafficHook()
@Stability(value=Stable) static CfnCodeDeployLambdaAliasUpdate.Builder builder()
Copyright © 2019. All rights reserved.