@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.265Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployLambdaAliasUpdate.Builder |
builder() |
String |
getAfterAllowTrafficHook()
The name of the Lambda function to run after traffic routing completes.
|
String |
getApplicationName()
The name of the AWS CodeDeploy application.
|
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) String getAfterAllowTrafficHook()
@Stability(value=Stable) String getBeforeAllowTrafficHook()
@Stability(value=Stable) static CfnCodeDeployLambdaAliasUpdate.Builder builder()
Copyright © 2019. All rights reserved.