@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T13:54:15.878Z") @Stability(value=Experimental) 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=Experimental) String getApplicationName()
@Stability(value=Experimental) String getDeploymentGroupName()
@Stability(value=Experimental) String getAfterAllowTrafficHook()
@Stability(value=Experimental) String getBeforeAllowTrafficHook()
@Stability(value=Experimental) static CfnCodeDeployLambdaAliasUpdate.Builder builder()
Copyright © 2019. All rights reserved.