@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.423Z") @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
An implementation for
CfnCodeDeployLambdaAliasUpdate |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployLambdaAliasUpdate.Builder |
builder() |
default String |
getAfterAllowTrafficHook()
(experimental) The name of the Lambda function to run after traffic routing completes.
|
String |
getApplicationName()
(experimental) The name of the AWS CodeDeploy application.
|
default String |
getBeforeAllowTrafficHook()
(experimental) The name of the Lambda function to run before traffic routing starts.
|
String |
getDeploymentGroupName()
(experimental) The name of the AWS CodeDeploy deployment group.
|
@Stability(value=Experimental) @NotNull String getApplicationName()
@Stability(value=Experimental) @NotNull String getDeploymentGroupName()
This is where the traffic-shifting policy is set.
@Stability(value=Experimental) @Nullable default String getAfterAllowTrafficHook()
@Stability(value=Experimental) @Nullable default String getBeforeAllowTrafficHook()
@Stability(value=Experimental) static CfnCodeDeployLambdaAliasUpdate.Builder builder()
Copyright © 2021. All rights reserved.